From b14f0232ec1bfe99b62df639da85c2f02b05cfa9 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 2 Feb 2025 13:32:17 +0100 Subject: [PATCH] Update common-tests.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/common-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 3967a4c8521..94f344cacdd 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -235,7 +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-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