Skip to content

Commit e8ffa6f

Browse files
Bump dependency helm to v4
1 parent d64091f commit e8ffa6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EOF
3737
# renovate: datasource=github-releases depName=helm packageName=helm/helm
3838
RUN <<EOF
3939
set -ex
40-
version=3.19.0
40+
version=4.1.0
4141
curl -fsSL https://get.helm.sh/helm-v$version-linux-amd64.tar.gz -o helm.tar.gz
4242
tar -xzf helm.tar.gz --directory /usr/local/bin --no-same-owner --strip=1 linux-amd64/helm
4343
rm -f helm.tar.gz

0 commit comments

Comments
 (0)