fix: this url doesn't work anymore (#1760)
It fixes the error when trying the helmfile. Error: repo "https://kubernetes-charts-incubator.storage.googleapis.com" is no longer available; try "https://charts.helm.sh/incubator" instead Signed-off-by: Zeyad Saber Refaei Kenawi <Zeyad.Kenawi@enefit.ee>
This commit is contained in:
parent
eb9cd77da3
commit
06795346aa
|
|
@ -1,6 +1,6 @@
|
||||||
repositories:
|
repositories:
|
||||||
- name: incubator
|
- name: incubator
|
||||||
url: https://kubernetes-charts-incubator.storage.googleapis.com
|
url: https://charts.helm.sh/incubator
|
||||||
|
|
||||||
releases:
|
releases:
|
||||||
- name: kustomapp
|
- name: kustomapp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue