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

Merged
renovate-bot merged 1 commits from refs/pull/592/head into main 2023-12-29 02:33:51 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
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:
+1 -1
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: |