Skip to content

Commit ce7317a

Browse files
Bump helm to v3.19.0 (#307)
This PR was created automatically to update helm to v3.19.0. Co-authored-by: mkjpryor <[email protected]>
1 parent 6792a8e commit ce7317a

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.18.6
6+
ARG HELM_VERSION=v3.19.0
77
RUN set -ex; \
88
OS_ARCH="$(uname -m)"; \
99
case "$OS_ARCH" in \

0 commit comments

Comments
 (0)