1 Commits

Author SHA1 Message Date
8d7cc38973 chore(deps): update alpine/helm docker tag to v4 2026-01-16 00:03:34 +00:00
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.19.0"
HELM_VERSION: "4.0.5"
jobs:
generate-chart-publish:

View File

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