Skip to content

Commit 1e72404

Browse files
mkjpryorgithub-actions[bot]
authored andcommitted
Update Helm to v4.1.3
1 parent 7cd7b9f commit 1e72404

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.1.0
7+
ARG HELM_VERSION=v4.1.3
88
RUN set -ex; \
99
OS_ARCH="$(uname -m)"; \
1010
case "$OS_ARCH" in \

0 commit comments

Comments
 (0)