fix: Use official Traefik helm repo instead of rancher-stable
Some checks failed
Deploy Cluster / Terraform (push) Successful in 48s
Deploy Cluster / Ansible (push) Has been cancelled

This commit is contained in:
2026-03-26 02:59:00 +00:00
parent 6f7998639f
commit 816ac8b3c0
3 changed files with 12 additions and 2 deletions

View File

@@ -9,10 +9,10 @@ spec:
chart:
spec:
chart: traefik
version: "39.0.201"
version: "39.0.0"
sourceRef:
kind: HelmRepository
name: rancher-stable
name: traefik
namespace: flux-system
install:
createNamespace: true

View File

@@ -0,0 +1,9 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: traefik
namespace: flux-system
spec:
interval: 10m
url: https://traefik.github.io/charts
provider: generic

View File

@@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrepository-traefik.yaml
- helmrelease-traefik.yaml