chore: bump helm in workflows to 3.14.1 (#56)

This commit is contained in:
James 2024-02-14 22:57:00 +01:00 committed by GitHub
parent 3909f439ed
commit 2c625fe9ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
with:
version: v3.14.0
version: v3.14.1
- name: Add Bitnami Helm Repo
run: helm repo add bitnami https://charts.bitnami.com/bitnami

View File

@ -17,7 +17,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
with:
version: v3.14.0
version: v3.14.1
- name: Lint charts
run: helm lint charts/*