Skip to content

Commit

Permalink
fix: update KUBECTL_VERSION and HELM_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Dec 22, 2023
1 parent 188228e commit cee8084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3

ARG KUBECTL_VERSION="v1.21.1"
ARG HELM_VERSION="v3.9.2"
ARG KUBECTL_VERSION="v1.27.1"
ARG HELM_VERSION="v3.13.3"
RUN apk add bash bind-tools \
&& wget https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl -P /usr/local/bin/ && chmod +x /usr/local/bin/kubectl \
&& wget -O - https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar -xzO linux-amd64/helm > /usr/local/bin/helm && chmod +x /usr/local/bin/helm

0 comments on commit cee8084

Please sign in to comment.