Skip to content

Commit e474bef

Browse files
mkjpryorgithub-actions[bot]
authored andcommitted
Bump helm to v4.0.1
1 parent f12d991 commit e474bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:24.04 AS helm
33
RUN apt-get update && \
44
apt-get install -y curl wget ca-certificates
55

6-
ARG HELM_VERSION=v3.19.0
6+
ARG HELM_VERSION=v4.0.1
77
RUN set -ex; \
88
OS_ARCH="$(uname -m)"; \
99
case "$OS_ARCH" in \

0 commit comments

Comments
 (0)