Move Tiller version to 2.16.9
Update Helm chart for Armada to use Tiller version 2.16.9. Change-Id: I6556a6e2a1fad3946a92da5e8dd97e0da5803c62
This commit is contained in:
parent
fd49d0a4e7
commit
dc58ef9ddd
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
version:
|
version:
|
||||||
helm: v2.14.1
|
helm: v2.16.9
|
||||||
url:
|
url:
|
||||||
google_helm_repo: https://storage.googleapis.com/kubernetes-helm
|
google_helm_repo: https://storage.googleapis.com/kubernetes-helm
|
||||||
...
|
...
|
||||||
|
@ -25,7 +25,7 @@ release_group: null
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
tiller: gcr.io/kubernetes-helm/tiller:v2.14.1
|
tiller: gcr.io/kubernetes-helm/tiller:v2.16.9
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
image_repo_sync: docker.io/docker:17.07.0
|
image_repo_sync: docker.io/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
|
@ -18,6 +18,6 @@ git clone https://opendev.org/airship/divingbell
|
|||||||
cd divingbell
|
cd divingbell
|
||||||
mkdir build
|
mkdir build
|
||||||
ln -s ../openstack-helm-infra build/openstack-helm-infra
|
ln -s ../openstack-helm-infra build/openstack-helm-infra
|
||||||
export HELM_ARTIFACT_URL=https://storage.googleapis.com/kubernetes-helm/helm-v2.14.1-linux-amd64.tar.gz
|
export HELM_ARTIFACT_URL=https://storage.googleapis.com/kubernetes-helm/helm-v2.16.9-linux-amd64.tar.gz
|
||||||
./tools/gate/scripts/010-build-charts.sh
|
./tools/gate/scripts/010-build-charts.sh
|
||||||
sudo SKIP_BASE_TESTS=true ./tools/gate/scripts/020-test-divingbell.sh
|
sudo SKIP_BASE_TESTS=true ./tools/gate/scripts/020-test-divingbell.sh
|
||||||
|
@ -44,7 +44,7 @@ ENV CNI_VERSION ${CNI_VERSION}
|
|||||||
ARG CNI_REPO_URL=https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION
|
ARG CNI_REPO_URL=https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION
|
||||||
ENV CNI_REPO_URL ${CNI_REPO_URL}
|
ENV CNI_REPO_URL ${CNI_REPO_URL}
|
||||||
|
|
||||||
ARG HELM_VERSION="v2.14.1"
|
ARG HELM_VERSION="v2.16.9"
|
||||||
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…
Reference in New Issue
Block a user