From 69ecd0097a7a56d004bca6e48a375efeda7947b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Benito=20Calzada?= Date: Fri, 12 Jul 2024 11:44:21 +0200 Subject: [PATCH] Update flux helm repository URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús Benito Calzada --- script/e2e-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/e2e-test.sh b/script/e2e-test.sh index c42f0ec40c9..311b0a9300e 100755 --- a/script/e2e-test.sh +++ b/script/e2e-test.sh @@ -258,7 +258,7 @@ installFlux() { k8s_wait_for_deployment ${namespace} source-controller # Add test repository. - kubectl apply -f https://raw.githubusercontent.com/fluxcd/source-controller/main/config/samples/source_v1beta2_helmrepository.yaml + kubectl apply -f https://raw.githubusercontent.com/fluxcd/source-controller/main/config/samples/source_v1_helmrepository.yaml # Add a flux-reconciler service account to the kubeapps-user-namespace with # cluster-admin.