From b01d2a57d4e5703f5f71c7ff1063bba0c756aad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=88=9A=20=20=28=E6=88=90=E9=83=BD=29?= Date: Fri, 10 Mar 2023 15:27:13 +0800 Subject: [PATCH] update helm version to the 3.11.0 (#4847) --- charts/tidb-drainer/Chart.yaml | 2 +- charts/tidb-lightning/Chart.yaml | 2 +- charts/tikv-importer/Chart.yaml | 2 +- hack/lib.sh | 2 +- tests/images/e2e/Dockerfile | 2 +- tests/images/stability-test/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/tidb-drainer/Chart.yaml b/charts/tidb-drainer/Chart.yaml index 4794f6cb1c9..45da4fac880 100644 --- a/charts/tidb-drainer/Chart.yaml +++ b/charts/tidb-drainer/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for TiDB Binlog drainer. name: tidb-drainer -version: dev +version: v1-canary home: https://github.com/pingcap/tidb-operator sources: - https://github.com/pingcap/tidb-operator diff --git a/charts/tidb-lightning/Chart.yaml b/charts/tidb-lightning/Chart.yaml index fa782323192..8b89cdd8ce4 100644 --- a/charts/tidb-lightning/Chart.yaml +++ b/charts/tidb-lightning/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for TiDB Lightning name: tidb-lightning -version: dev +version: v1-canary home: https://github.com/pingcap/tidb-lightning sources: - https://github.com/pingcap/tidb-operator diff --git a/charts/tikv-importer/Chart.yaml b/charts/tikv-importer/Chart.yaml index 0c24c3ce3eb..df3701c8a29 100644 --- a/charts/tikv-importer/Chart.yaml +++ b/charts/tikv-importer/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for TiKV Importer name: tikv-importer -version: dev +version: v1-canary home: https://github.com/pingcap/tidb-operator sources: - https://github.com/pingcap/tidb-operator diff --git a/hack/lib.sh b/hack/lib.sh index 3f145c0919f..84e07cc6985 100644 --- a/hack/lib.sh +++ b/hack/lib.sh @@ -34,7 +34,7 @@ JQ_BIN=$OUTPUT_BIN/jq CFSSL_VERSION=${CFSSL_VERSION:-1.2} K8S_VERSION=${K8S_VERSION:-0.19.16} JQ_VERSION=${JQ_VERSION:-1.6} -HELM_VERSION=${HELM_VERSION:-3.5.0} +HELM_VERSION=${HELM_VERSION:-3.11.0} KIND_VERSION=${KIND_VERSION:-0.11.1} KIND_BIN=$OUTPUT_BIN/kind KUBETEST2_VERSION=v0.1.0 diff --git a/tests/images/e2e/Dockerfile b/tests/images/e2e/Dockerfile index fd1e6eba580..6dcab54dd3d 100644 --- a/tests/images/e2e/Dockerfile +++ b/tests/images/e2e/Dockerfile @@ -1,7 +1,7 @@ FROM debian:buster-slim ENV KUBECTL_VERSION=v1.20.2 -ENV HELM_VERSION=v3.5.0 +ENV HELM_VERSION=v3.11.0 # python is required by gcloud RUN apt-get update && \ diff --git a/tests/images/stability-test/Dockerfile b/tests/images/stability-test/Dockerfile index e13bee6f164..34797541e7d 100644 --- a/tests/images/stability-test/Dockerfile +++ b/tests/images/stability-test/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.10 ENV KUBECTL_VERSION=v1.20.2 -ENV HELM_VERSION=v3.5.0 +ENV HELM_VERSION=v3.11.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 \