From 890b7f04f02afc31aa492d9fcbe7c2452c2116e0 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Wed, 12 Sep 2018 01:19:34 -0500 Subject: [PATCH] Update Helm to v2.10.0 This PS updates the version of helm used to 2.10 in all remaining refs, the current version targeted by armada and OSH: * https://review.openstack.org/#/c/597296 Change-Id: I23458a8a381f96c8b10d43166b38e9c42e7442de Signed-off-by: Pete Birley --- doc/source/configuration/genesis.rst | 2 +- doc/source/configuration/host-system.rst | 2 +- tests/unit/api/test_validatedesign.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/configuration/genesis.rst b/doc/source/configuration/genesis.rst index 81018dcd..87fcb34f 100644 --- a/doc/source/configuration/genesis.rst +++ b/doc/source/configuration/genesis.rst @@ -39,7 +39,7 @@ Here is a complete sample document: images: armada: quay.io/attcomdev/armada:latest helm: - tiller: gcr.io/kubernetes-helm/tiller:v2.9.1 + tiller: gcr.io/kubernetes-helm/tiller:v2.10.0 kubernetes: apiserver: gcr.io/google_containers/hyperkube-amd64:v1.10.2 controller-manager: gcr.io/google_containers/hyperkube-amd64:v1.10.2 diff --git a/doc/source/configuration/host-system.rst b/doc/source/configuration/host-system.rst index 3152d941..29474b8f 100644 --- a/doc/source/configuration/host-system.rst +++ b/doc/source/configuration/host-system.rst @@ -22,7 +22,7 @@ Sample Document images: haproxy: haproxy:1.8.3 helm: - helm: lachlanevenson/k8s-helm:v2.9.1 + helm: lachlanevenson/k8s-helm:v2.10.0 kubernetes: kubectl: gcr.io/google_containers/hyperkube-amd64:v1.10.2 packages: diff --git a/tests/unit/api/test_validatedesign.py b/tests/unit/api/test_validatedesign.py index 208e5410..59ced3be 100644 --- a/tests/unit/api/test_validatedesign.py +++ b/tests/unit/api/test_validatedesign.py @@ -103,7 +103,7 @@ VALID_DOCS = [ 'images': { 'armada': 'quay.io/airshipit/armada:master', 'helm': { - 'tiller': 'gcr.io/kubernetes-helm/tiller:v2.9.1' + 'tiller': 'gcr.io/kubernetes-helm/tiller:v2.10.0' }, 'kubernetes': { 'apiserver': @@ -160,7 +160,7 @@ VALID_DOCS = [ 'images': { 'haproxy': 'haproxy:1.8.3', 'helm': { - 'helm': 'lachlanevenson/k8s-helm:v2.9.1' + 'helm': 'lachlanevenson/k8s-helm:v2.10.0' }, 'kubernetes': { 'kubectl':