From 33ed602fa3d766ea44bce4fb9a3c63ba416dd112 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 2 Feb 2025 13:07:24 +0100 Subject: [PATCH] Update common-tests.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/common-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 7da610d8973..3967a4c8521 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -227,8 +227,6 @@ jobs: - name: Add Dependencies run: | - helm install traefik-crds oci://tccr.io/truecharts/traefik-crds --namespace traefik-crds --create-namespace --wait - if [[ "${{ matrix.values }}" =~ (ingress|metrics|cnpg|volsync).*-values.yaml ]]; then helm install prometheus-operator oci://tccr.io/truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait fi @@ -237,6 +235,7 @@ jobs: fi if [[ "${{ matrix.values }}" =~ ingress.*-values.yaml ]]; then helm install cert-manager oci://tccr.io/truecharts/cert-manager --namespace cert-manager --create-namespace --wait + helm install traefik-crds oci://tccr.io/truecharts/traefik-crds --namespace traefik-crds --create-namespace --wait helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait \ --set service.main.type=ClusterIP --set service.tcp.type=ClusterIP fi