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:
|
||||
- name: incubator
|
||||
url: https://kubernetes-charts-incubator.storage.googleapis.com
|
||||
url: https://charts.helm.sh/incubator
|
||||
|
||||
releases:
|
||||
- name: kustomapp
|
||||
|
|
|
|||
Loading…
Reference in New Issue