From 315d5116abbd47a7a57b8f4970bdbfc085fcef74 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 17:33:32 +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 cb170e2a7e5..0bc3d9b9ef9 100755 --- a/.github/scripts/install_dependencies.sh +++ b/.github/scripts/install_dependencies.sh @@ -65,7 +65,7 @@ else echo "cnpg: not found in $curr_chart/values.yaml, skipping installation." fi -if [[ "$curr_chart" != "charts/system/traefik-crds" ]]; then +if [[ "$curr_chart" != "charts/premium/traefik" ]]; then echo "Installing traefik-crds chart" helm install traefik oci://tccr.io/truecharts/traefik-crds --wait if [[ "$?" != "0" ]]; then