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

This commit is contained in:
Renovate Bot 2023-10-16 00:07:08 +00:00
parent 3707755373
commit af51e8b832
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.1"
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.1
steps:
- name: install tools
run: |