From f851220ad9649b5aae9e63df03815e236be9154e Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 16:58:43 +0200 Subject: [PATCH] Update install_dependencies.sh Signed-off-by: Kjeld Schouten --- .github/scripts/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/install_dependencies.sh b/.github/scripts/install_dependencies.sh index a704f47ac02..747ee8a2b04 100755 --- a/.github/scripts/install_dependencies.sh +++ b/.github/scripts/install_dependencies.sh @@ -67,7 +67,7 @@ fi if [[ "$curr_chart" != "charts/system/traefik-crds" ]]; then echo "Installing traefik-crds chart" - helm install traefik oci://tccr.io/truecharts/traefik-crds --namespace traefik --create-namespace --wait + helm install traefik oci://tccr.io/truecharts/traefik-crds --namespace traefik-crds --create-namespace --wait if [[ "$?" != "0" ]]; then echo "Failed to install traefik-crds chart" exit 1