mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
fix stable repo (#104)
This commit is contained in:
parent
2282b4113b
commit
3a08566dd4
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
./get_helm.sh
|
||||
- name: Add dependency chart repos
|
||||
run: |
|
||||
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
||||
helm repo add stable https://charts.helm.sh/stable
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.0.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user