Compare commits

...

2 Commits

Author SHA1 Message Date
2c625fe9ae chore: bump helm in workflows to 3.14.1 (#56) 2024-02-14 21:57:00 +00:00
3909f439ed chore: update setup-helm action to v4 (#55) 2024-02-14 21:49:47 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -24,9 +24,9 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
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

@ -15,9 +15,9 @@ jobs:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
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/*