chore(deps): update alpine/helm docker tag to v4

This commit is contained in:
Renovate Bot
2026-02-03 01:11:28 +00:00
parent 1e71259275
commit 9c009fb223
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "3.20.0"
HELM_VERSION: "4.1.0"
jobs:
generate-chart-publish:

View File

@ -15,7 +15,7 @@ env:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: alpine/helm:3.20.0
container: alpine/helm:4.1.0
steps:
- name: install tools
run: |