Skip to content

Commit f823e9c

Browse files
mkjpryorgithub-actions[bot]
authored andcommitted
Bump helm to v4.1.0
1 parent 8105f83 commit f823e9c

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
@@ -4,7 +4,7 @@ RUN apt-get update && \
44
apt-get install -y wget && \
55
rm -rf /var/lib/apt/lists/*
66

7-
ARG HELM_VERSION=v4.0.2
7+
ARG HELM_VERSION=v4.1.0
88
RUN set -ex; \
99
OS_ARCH="$(uname -m)"; \
1010
case "$OS_ARCH" in \

0 commit comments

Comments
 (0)