update helm action in chart linting action

This commit is contained in:
James 2025-04-10 18:08:05 +01:00
parent 16ba5694ef
commit 50a0e6b238
Signed by: thumbscrw
GPG Key ID: 4A3BB8AF7D9C2B46

View File

@ -15,9 +15,9 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install Helm - name: Install Helm
uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126 uses: azure/setup-helm@v4.3.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
with: with:
version: v3.14.1 version: v3.17.3
- name: Lint charts - name: Lint charts
run: helm lint charts/* run: helm lint charts/*