diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index c18869d5e00..7da610d8973 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -227,6 +227,8 @@ 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