Merge "Helm: Update helm to 2.11.0"
This commit is contained in:
commit
1371be6689
@ -13,4 +13,4 @@
|
||||
# limitations under the License.
|
||||
|
||||
version:
|
||||
helm: v2.10.0
|
||||
helm: v2.11.0
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
version:
|
||||
kubernetes: v1.10.7
|
||||
helm: v2.10.0
|
||||
helm: v2.11.0
|
||||
cni: v0.6.0
|
||||
|
||||
proxy:
|
||||
|
@ -26,7 +26,7 @@ release_group: null
|
||||
|
||||
images:
|
||||
tags:
|
||||
tiller: gcr.io/kubernetes-helm/tiller:v2.10.0
|
||||
tiller: gcr.io/kubernetes-helm/tiller:v2.11.0
|
||||
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
||||
image_repo_sync: docker.io/docker:17.07.0
|
||||
pull_policy: IfNotPresent
|
||||
|
@ -34,7 +34,7 @@ ENV KUBE_VERSION ${KUBE_VERSION}
|
||||
ARG CNI_VERSION="v0.6.0"
|
||||
ENV CNI_VERSION ${CNI_VERSION}
|
||||
|
||||
ARG HELM_VERSION="v2.10.0"
|
||||
ARG HELM_VERSION="v2.11.0"
|
||||
ENV HELM_VERSION ${HELM_VERSION}
|
||||
|
||||
ARG CHARTS="calico,flannel,tiller,kube-dns,kubernetes-keystone-webhook"
|
||||
|
Loading…
Reference in New Issue
Block a user