chore(deps): update alpine/helm docker tag to v3.13.2

This commit is contained in:
Renovate Bot 2023-11-13 00:08:00 +00:00
parent 7de8e83433
commit d494961d7c
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.12.3"
HELM_VERSION: "3.13.2"
jobs:
generate-chart-publish:

View file

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