mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-04 03:49:00 +00:00
Compare commits
2 Commits
silverbull
...
2c625fe9ae
Author | SHA1 | Date | |
---|---|---|---|
2c625fe9ae | |||
3909f439ed |
4
.github/workflows/chart-releaser.yaml
vendored
4
.github/workflows/chart-releaser.yaml
vendored
@ -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
|
||||
|
4
.github/workflows/lint-charts.yaml
vendored
4
.github/workflows/lint-charts.yaml
vendored
@ -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/*
|
Reference in New Issue
Block a user