Skip to content

Commit

Permalink
update helm version to the 3.11.0 (#4847)
Browse files Browse the repository at this point in the history
  • Loading branch information
杨刚 (成都) authored Mar 10, 2023
1 parent b96b853 commit b01d2a5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/tidb-drainer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/tidb-lightning/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/tikv-importer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hack/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.20.2
ENV HELM_VERSION=v3.5.0
ENV HELM_VERSION=v3.11.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.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 \
Expand Down

0 comments on commit b01d2a5

Please # to comment.