From 06795346aa35c811b4b0e85d68a2e967fef0a996 Mon Sep 17 00:00:00 2001 From: Zeyad Saber Refaei Kenawi Date: Tue, 29 Oct 2024 15:57:11 +0200 Subject: [PATCH] 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 --- test/advanced/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/advanced/helmfile.yaml b/test/advanced/helmfile.yaml index 675e1a85..01a4e2d5 100644 --- a/test/advanced/helmfile.yaml +++ b/test/advanced/helmfile.yaml @@ -1,6 +1,6 @@ repositories: - name: incubator - url: https://kubernetes-charts-incubator.storage.googleapis.com + url: https://charts.helm.sh/incubator releases: - name: kustomapp