Skip to content

Commit bb321d6

Browse files
committed
Upgrade to Helm v4
1 parent 4da99bc commit bb321d6

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
@@ -25,7 +25,7 @@ FROM --platform=$TARGETPLATFORM docker.io/library/ubuntu:22.04 AS gethelm
2525

2626
RUN apt-get update && apt-get install -y curl git && rm -rf /var/lib/apt/lists/*
2727

28-
RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
28+
RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-4 | bash
2929

3030
# 3.) build actual container image
3131

0 commit comments

Comments
 (0)