From d1952e7909bc8bfacbdda09a9631f3f9880557aa Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 2 Jan 2024 21:48:44 +0100 Subject: [PATCH] Update install_dependencies.sh Signed-off-by: Kjeld Schouten --- .github/scripts/install_dependencies.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/scripts/install_dependencies.sh b/.github/scripts/install_dependencies.sh index 7499a34b01e..3d7f139c034 100755 --- a/.github/scripts/install_dependencies.sh +++ b/.github/scripts/install_dependencies.sh @@ -51,12 +51,12 @@ if [[ "$curr_chart" != "charts/operators/prometheus-operator" ]]; then echo "Done installing prometheus-operator chart" fi -if [[ "$curr_chart" != "charts/enterprise/traefik" ]]; then - echo "Installing traefik chart" - helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait - if [[ "$?" != "0" ]]; then - echo "Failed to install traefik chart" - exit 1 - fi - echo "Done installing traefik chart" -fi +# if [[ "$curr_chart" != "charts/enterprise/traefik" ]]; then +# echo "Installing traefik chart" +# helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait +# if [[ "$?" != "0" ]]; then +# echo "Failed to install traefik chart" +# exit 1 +# fi +# echo "Done installing traefik chart" +# fi