mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-01-18 17:45:43 +00:00
chore: bump helm in workflows to 3.14.1 (#56)
This commit is contained in:
parent
3909f439ed
commit
2c625fe9ae
2
.github/workflows/chart-releaser.yaml
vendored
2
.github/workflows/chart-releaser.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/lint-charts.yaml
vendored
2
.github/workflows/lint-charts.yaml
vendored
@ -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/*
|
Loading…
Reference in New Issue
Block a user