From fe62a2508163fa3bd71cb1b6f8f076d696241239 Mon Sep 17 00:00:00 2001 From: intlabs Date: Thu, 2 Nov 2017 23:43:27 -0500 Subject: [PATCH] Helm: Move to version 2.7.0 This PS moves the OpenStack-Helm Infra gates to v2.7.0 Change-Id: I8f2067019022cfcbc81a53927c397720297fe547 --- tiller/values.yaml | 2 +- tools/gate/playbooks/vars.yaml | 2 +- tools/images/kubeadm-aio/Dockerfile | 2 +- tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tiller/values.yaml b/tiller/values.yaml index 38a79b967..f14e5ba7e 100644 --- a/tiller/values.yaml +++ b/tiller/values.yaml @@ -25,7 +25,7 @@ release_group: null images: tags: - tiller: gcr.io/kubernetes-helm/tiller:v2.7.0-rc1 + tiller: gcr.io/kubernetes-helm/tiller:v2.7.0 dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1 image_repo_sync: docker.io/docker:17.07.0 pull_policy: IfNotPresent diff --git a/tools/gate/playbooks/vars.yaml b/tools/gate/playbooks/vars.yaml index 21f783628..f18e69f86 100644 --- a/tools/gate/playbooks/vars.yaml +++ b/tools/gate/playbooks/vars.yaml @@ -17,7 +17,7 @@ images: kubeadm_aio: openstackhelm/kubeadm-aio:dev helm: - version: v2.7.0-rc1 + version: v2.7.0 kubernetes: network: diff --git a/tools/images/kubeadm-aio/Dockerfile b/tools/images/kubeadm-aio/Dockerfile index a9a8f87d1..9971239d2 100644 --- a/tools/images/kubeadm-aio/Dockerfile +++ b/tools/images/kubeadm-aio/Dockerfile @@ -18,7 +18,7 @@ MAINTAINER pete.birley@att.com ENV KUBE_VERSION="v1.8.1" \ CNI_VERSION="v0.6.0" \ - HELM_VERSION="v2.7.0-rc1" \ + HELM_VERSION="v2.7.0" \ container="docker" \ DEBIAN_FRONTEND="noninteractive" \ CNI_BIN_DIR="/opt/cni/bin" \ diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml index 4fd6eba11..7b21063e4 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml @@ -31,7 +31,7 @@ all: pv_support_nfs: true bind_device: null helm: - tiller_image: gcr.io/kubernetes-helm/tiller:v2.7.0-rc1 + tiller_image: gcr.io/kubernetes-helm/tiller:v2.7.0 k8s: kubernetesVersion: v1.8.0 imageRepository: gcr.io/google_containers