ci: bump helm version for tests

This commit is contained in:
pat-s 2025-06-15 14:44:50 +02:00
parent d29a7e84a4
commit db177a356f
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
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.17.3"
HELM_VERSION: "3.18.2"
jobs:
generate-chart-publish:

View File

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