Skip to content

Commit 3c03119

Browse files
authored
Merge pull request #1080 from fluxcd/lt-helm
loadtester: Update the Helm CLI
2 parents 3bf926e + 578f447 commit 3c03119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.loadtester

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ RUN apk --no-cache add alpine-sdk perl curl
55
RUN curl -sSLo hey "https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64" && \
66
chmod +x hey && mv hey /usr/local/bin/hey
77

8-
RUN HELM2_VERSION=2.16.8 && \
8+
RUN HELM2_VERSION=2.17.0 && \
99
curl -sSL "https://get.helm.sh/helm-v${HELM2_VERSION}-linux-amd64.tar.gz" | tar xvz && \
1010
chmod +x linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/helm && \
1111
chmod +x linux-amd64/tiller && mv linux-amd64/tiller /usr/local/bin/tiller
1212

13-
RUN HELM3_VERSION=3.7.1 && \
13+
RUN HELM3_VERSION=3.7.2 && \
1414
curl -sSL "https://get.helm.sh/helm-v${HELM3_VERSION}-linux-amd64.tar.gz" | tar xvz && \
1515
chmod +x linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/helmv3
1616

0 commit comments

Comments
 (0)