diff --git a/infra/traefik/kustomization.yaml b/infra/traefik/kustomization.yaml index d07ead7..6b94ccc 100644 --- a/infra/traefik/kustomization.yaml +++ b/infra/traefik/kustomization.yaml @@ -13,9 +13,9 @@ resources: helmCharts: - name: traefik - repo: https://helm.traefik.io/traefik + repo: https://traefik.github.io/charts version: 26.0.0 - releaseName: "traefik" + releaseName: traefik namespace: traefik-system includeCRDs: true valuesFile: values.yaml