From 118ba7b60c75c185e68c304fbcd60171ebb3e053 Mon Sep 17 00:00:00 2001 From: Chris Mellard Date: Tue, 17 Nov 2020 14:57:02 +1300 Subject: [PATCH] fix: fixed up external-secret chart repo location based on https://github.com/external-secrets/kubernetes-external-secrets/issues/554 --- charts/repositories.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/repositories.yml b/charts/repositories.yml index cd18f470b..db4465180 100644 --- a/charts/repositories.yml +++ b/charts/repositories.yml @@ -10,7 +10,7 @@ repositories: - https://cdfoundation.github.io/tekton-helm-chart - prefix: external-secrets urls: - - https://godaddy.github.io/kubernetes-external-secrets + - https://external-secrets.github.io/kubernetes-external-secrets - prefix: flagger urls: - https://flagger.app