Move to helm 2.14

Change-Id: I6439650076b289d3983e119c06181baf6562ccc3
This commit is contained in:
Sean Eagan 2019-05-17 11:50:19 -05:00
parent 877600a61d
commit 89d98fb827
6 changed files with 49 additions and 35 deletions

View File

@ -37,7 +37,7 @@ from armada.handlers import schema
from armada.utils import helm
from armada.utils.release import label_selectors, get_release_status
TILLER_VERSION = b'2.13.1'
TILLER_VERSION = b'2.14.0'
GRPC_EPSILON = 60
LIST_RELEASES_PAGE_SIZE = 32
LIST_RELEASES_ATTEMPTS = 3

View File

@ -31,7 +31,7 @@ images:
ks_service: 'docker.io/openstackhelm/heat:newton'
ks_user: 'docker.io/openstackhelm/heat:newton'
image_repo_sync: docker.io/docker:17.07.0
tiller: gcr.io/kubernetes-helm/tiller:v2.13.1
tiller: gcr.io/kubernetes-helm/tiller:v2.14.0
pull_policy: "IfNotPresent"
local_registry:
active: false

View File

@ -20,7 +20,7 @@ dependencies:
images:
tags:
tiller: gcr.io/kubernetes-helm/tiller:v2.13.1
tiller: gcr.io/kubernetes-helm/tiller:v2.14.0
pull_policy: "IfNotPresent"
local_registry:
# NOTE(portdirect): this tiller chart does not support image pulling

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
HELM_BRANCH='v2.13.1'
HELM_BRANCH='v2.14.0'
git clone https://github.com/helm/helm ./helm -b $HELM_BRANCH

View File

@ -17,7 +17,7 @@
set -x
HELM=$1
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-linux-amd64.tar.gz"}
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.14.0-linux-amd64.tar.gz"}
function install_helm_binary {