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

This commit is contained in:
Renovate Bot 2023-12-28 00:36:55 +00:00
parent 8a191f0eca
commit 88a42c9b83
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.13.2"
HELM_VERSION: "3.13.3"
jobs:
generate-chart-publish:

View file

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