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:
Zeyad Saber Refaei Kenawi 2024-10-29 15:57:11 +02:00 committed by GitHub
parent eb9cd77da3
commit 06795346aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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