chore(deps): update alpine/helm docker tag to v3.15.2 (#668)

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-06-22 00:40:03 +00:00 committed by Renovate Bot
parent 030322170e
commit 4dd17f045b
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.15.1"
HELM_VERSION: "3.15.2"
jobs:
generate-chart-publish:

View File

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