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 df95baa commit 4acff0fCopy full SHA for 4acff0f
Dockerfile
@@ -146,7 +146,7 @@ RUN echo "Installing stern ${STERN_VERSION}..." && \
146
147
# Helm
148
# https://github.com/helm/helm/releases
149
-ENV HELM_VERSION=3.18.4
+ENV HELM_VERSION=3.18.6
150
RUN echo "Installing helm ${HELM_VERSION}..." && \
151
curl -sL https://get.helm.sh/helm-v${HELM_VERSION}-linux-${TARGETARCH}.tar.gz -o helm-v${HELM_VERSION}-linux-${TARGETARCH}.tar.gz && \
152
tar -xzf helm-v${HELM_VERSION}-linux-${TARGETARCH}.tar.gz && \
0 commit comments