Merge branch 'main' into feature-decouple-rootless

This commit is contained in:
TristanHoladay 2023-11-13 17:37:51 +00:00
commit d376fc26f5
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: |