File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ RUN apk --no-cache add alpine-sdk perl curl
55RUN curl -sSLo hey "https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64" && \
66chmod +x hey && mv hey /usr/local/bin/hey
77
8- RUN HELM2_VERSION=2.16.8 && \
8+ RUN HELM2_VERSION=2.17.0 && \
99curl -sSL "https://get.helm.sh/helm-v${HELM2_VERSION}-linux-amd64.tar.gz" | tar xvz && \
1010chmod +x linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/helm && \
1111chmod +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 && \
1414curl -sSL "https://get.helm.sh/helm-v${HELM3_VERSION}-linux-amd64.tar.gz" | tar xvz && \
1515chmod +x linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/helmv3
1616
You can’t perform that action at this time.
0 commit comments