Merge "helm-repository: update to v2.3.0"

This commit is contained in:
Jenkins 2017-04-21 15:34:51 +00:00 committed by Gerrit Code Review
commit 9f78dc4e84
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
LABEL maintainer="{{ maintainer }}"
{% block helm_repository_version %}
ENV helm_version=2.1.3 \
ENV helm_version=2.3.0 \
helm_port=8879 \
helm_address=0.0.0.0
{% endblock %}