1 Commits

Author SHA1 Message Date
0592030f63 chore(deps): update alpine/helm docker tag to v4.1.4 2026-04-11 00:05:45 +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: "4.1.3"
HELM_VERSION: "4.1.4"
jobs:
generate-chart-publish:

View File

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