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 \