Skip to content

Commit

Permalink
bump helm to v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 16, 2020
1 parent f95db43 commit 3f4c4c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci/deploy_tidb_operator_staging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def call(BUILD_BRANCH) {
writeFile file: 'values.yaml', text: "${values}"
sh """
# ensure helm
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz
tar -zxvf helm-v2.9.1-linux-amd64.tar.gz
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.17.0-linux-amd64.tar.gz
tar -zxvf helm-v2.17.0-linux-amd64.tar.gz
chmod +x linux-amd64/helm
# deploy to staging
Expand Down
2 changes: 1 addition & 1 deletion hack/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOCS_BIN=$OUTPUT_BIN/gen-crd-api-reference-docs
# Don't upgrade to 2.15.x/2.16.x until this issue
# (https://github.com/helm/helm/issues/6361) has been fixed.
#
HELM_VERSION=${HELM_VERSION:-2.9.1}
HELM_VERSION=${HELM_VERSION:-2.17.0}
KIND_VERSION=${KIND_VERSION:-0.8.1}
DOCS_VERSION=${DOCS_VERSION:-0.2.1}
KIND_BIN=$OUTPUT_BIN/kind
Expand Down
2 changes: 1 addition & 1 deletion tests/images/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:buster-slim

ENV KUBECTL_VERSION=v1.12.2
ENV HELM_VERSION=v2.9.1
ENV HELM_VERSION=v2.17.0

# python is required by gcloud
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion tests/images/stability-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.10

ENV KUBECTL_VERSION=v1.12.2
ENV HELM_VERSION=v2.9.1
ENV HELM_VERSION=v2.17.0

RUN apk update && apk add --no-cache ca-certificates curl git openssl bash mysql-client
RUN curl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
Expand Down

0 comments on commit 3f4c4c3

Please sign in to comment.