chore(deps): update alpine/helm docker tag to v3.14.4 (#644)

Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
Renovate Bot 2024-04-22 00:41:51 +00:00 committed by Renovate Bot
parent 42937062d9
commit 617c773b7e
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.14.3"
HELM_VERSION: "3.14.4"
jobs:
generate-chart-publish:

View File

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