Helm: Update version to 2.12.3
This updates Helm from version 2.12.1 to 2.12.3 Change-Id: Ie85e4ae3b55ce2e9f67a5e67af1e785540a6637e
This commit is contained in:
parent
9bb603ed0c
commit
ea0b94a052
@ -13,6 +13,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
version:
|
||||
helm: v2.12.1
|
||||
helm: v2.12.3
|
||||
url:
|
||||
google_helm_repo: https://storage.googleapis.com/kubernetes-helm
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
version:
|
||||
kubernetes: v1.10.9
|
||||
helm: v2.12.1
|
||||
helm: v2.12.3
|
||||
cni: v0.6.0
|
||||
|
||||
proxy:
|
||||
|
@ -26,7 +26,7 @@ release_group: null
|
||||
|
||||
images:
|
||||
tags:
|
||||
tiller: gcr.io/kubernetes-helm/tiller:v2.12.1
|
||||
tiller: gcr.io/kubernetes-helm/tiller:v2.12.3
|
||||
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
||||
image_repo_sync: docker.io/docker:17.07.0
|
||||
pull_policy: IfNotPresent
|
||||
|
@ -15,7 +15,7 @@
|
||||
# under the License.
|
||||
|
||||
set -xe
|
||||
: ${HELM_VERSION:="v2.12.1"}
|
||||
: ${HELM_VERSION:="v2.12.3"}
|
||||
: ${KUBE_VERSION:="v1.12.2"}
|
||||
: ${MINIKUBE_VERSION:="v0.30.0"}
|
||||
: ${CALICO_VERSION:="v3.3"}
|
||||
|
@ -43,7 +43,7 @@ ENV CNI_VERSION ${CNI_VERSION}
|
||||
ARG CNI_REPO_URL=https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION
|
||||
ENV CNI_REPO_URL ${CNI_REPO_URL}
|
||||
|
||||
ARG HELM_VERSION="v2.12.1"
|
||||
ARG HELM_VERSION="v2.12.3"
|
||||
ENV HELM_VERSION ${HELM_VERSION}
|
||||
|
||||
ARG CHARTS="calico,flannel,tiller,kube-dns,kubernetes-keystone-webhook"
|
||||
|
Loading…
x
Reference in New Issue
Block a user