chore(deps): update alpine/helm docker tag to v4.1.0 (#14)
All checks were successful
changelog / changelog (push) Successful in 10s
check-and-test / check-and-test (push) Successful in 50s

This commit was merged in pull request #14.
This commit is contained in:
2026-01-24 02:00:52 +00:00
parent c91533b456
commit a2e8c9c9e3
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install helm
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "4.0.5"
HELM_VERSION: "4.1.0"
run: |
curl --fail --location --output /dev/stdout --silent --show-error https://get.helm.sh/helm-v${HELM_VERSION}-linux-$(dpkg --print-architecture).tar.gz | tar --extract --gzip --file /dev/stdin
mv linux-$(dpkg --print-architecture)/helm /usr/local/bin/