Helm: Move to use 2.10 release
This PS moves to use the Helm 2.10 release, which brings in a version of sprig that supports TLS certificate creation from defined CAs. Change-Id: I80233f8f31727c80bcd667cfa0d851488da39588 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
aac1c4e8c0
commit
c62c5dcf88
@ -13,4 +13,4 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
version:
|
version:
|
||||||
helm: v2.9.1
|
helm: v2.10.0
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
version:
|
version:
|
||||||
kubernetes: v1.10.6
|
kubernetes: v1.10.6
|
||||||
helm: v2.9.1
|
helm: v2.10.0
|
||||||
cni: v0.6.0
|
cni: v0.6.0
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
|
@ -26,7 +26,7 @@ release_group: null
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
tiller: gcr.io/kubernetes-helm/tiller:v2.9.1
|
tiller: gcr.io/kubernetes-helm/tiller:v2.10.0
|
||||||
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
||||||
image_repo_sync: docker.io/docker:17.07.0
|
image_repo_sync: docker.io/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
|
@ -34,7 +34,7 @@ ENV KUBE_VERSION ${KUBE_VERSION}
|
|||||||
ARG CNI_VERSION="v0.6.0"
|
ARG CNI_VERSION="v0.6.0"
|
||||||
ENV CNI_VERSION ${CNI_VERSION}
|
ENV CNI_VERSION ${CNI_VERSION}
|
||||||
|
|
||||||
ARG HELM_VERSION="v2.9.1"
|
ARG HELM_VERSION="v2.10.0"
|
||||||
ENV HELM_VERSION ${HELM_VERSION}
|
ENV HELM_VERSION ${HELM_VERSION}
|
||||||
|
|
||||||
ARG CHARTS="calico,flannel,tiller,kube-dns,kubernetes-keystone-webhook"
|
ARG CHARTS="calico,flannel,tiller,kube-dns,kubernetes-keystone-webhook"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user