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 a72b37d commit b7b66d8Copy full SHA for b7b66d8
Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:24.04 AS helm
3
RUN apt-get update && \
4
apt-get install -y curl wget ca-certificates
5
6
-ARG HELM_VERSION=v3.19.0
+ARG HELM_VERSION=v4.0.0
7
RUN set -ex; \
8
OS_ARCH="$(uname -m)"; \
9
case "$OS_ARCH" in \
0 commit comments