Skip to content

Commit

Permalink
Upgrade Helm version in image to 3.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbronn committed Feb 16, 2024
1 parent 99d713b commit 9313c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /workspace
RUN if [ "${TARGETARCH}" = "amd64" ]; then go install github.com/go-delve/delve/cmd/dlv@latest; fi

# Install Helm 3
RUN curl -s https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz > helm3.tar.gz \
RUN curl -s https://get.helm.sh/helm-v3.14.1-linux-amd64.tar.gz > helm3.tar.gz \
&& tar -zxvf helm3.tar.gz linux-amd64/helm \
&& chmod +x linux-amd64/helm \
&& mv linux-amd64/helm $PWD/helm \
Expand Down

0 comments on commit 9313c27

Please sign in to comment.