We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf2474 commit 45de649Copy full SHA for 45de649
Dockerfile
@@ -65,7 +65,7 @@ COPY --link bin/scurl /bin/
65
66
# helm templates kubernetes manifests.
67
FROM apt-base as helm
68
-ARG HELM_VERSION=v3.14.1
+ARG HELM_VERSION=v3.16.3
69
RUN url="https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" ; \
70
scurl "$url" | tar xzvf - --strip-components=1 -C /usr/local/bin linux-amd64/helm
71
0 commit comments