Merge "Revert "Move to helm 2.14""
This commit is contained in:
commit
2f28fb5bf0
@ -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.14.0'
|
||||
TILLER_VERSION = b'2.13.1'
|
||||
GRPC_EPSILON = 60
|
||||
LIST_RELEASES_PAGE_SIZE = 32
|
||||
LIST_RELEASES_ATTEMPTS = 3
|
||||
|
@ -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.14.0
|
||||
tiller: gcr.io/kubernetes-helm/tiller:v2.13.1
|
||||
pull_policy: "IfNotPresent"
|
||||
local_registry:
|
||||
active: false
|
||||
|
@ -20,7 +20,7 @@ dependencies:
|
||||
|
||||
images:
|
||||
tags:
|
||||
tiller: gcr.io/kubernetes-helm/tiller:v2.14.0
|
||||
tiller: gcr.io/kubernetes-helm/tiller:v2.13.1
|
||||
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
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
HELM_BRANCH='v2.14.0'
|
||||
HELM_BRANCH='v2.13.1'
|
||||
|
||||
git clone https://github.com/helm/helm ./helm -b $HELM_BRANCH
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
set -x
|
||||
|
||||
HELM=$1
|
||||
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.14.0-linux-amd64.tar.gz"}
|
||||
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-linux-amd64.tar.gz"}
|
||||
|
||||
|
||||
function install_helm_binary {
|
||||
|
Loading…
x
Reference in New Issue
Block a user