Skip to content

Commit

Permalink
feat: traefik v3.3.2 + helm 34.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur committed Jan 15, 2025
1 parent 64e952d commit bcf8dad
Show file tree
Hide file tree
Showing 12 changed files with 190 additions and 521 deletions.
2 changes: 1 addition & 1 deletion apptests/appscenarios/traefik_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var _ = Describe("Traefik Tests", Label("traefik"), func() {
names = append(names, mw.Name)
}
return names
}, ContainElements("stripprefixes", "stripprefixes-kubetunnel", "forwardauth", "forwardauth-full", "rewrite-api")))
}, ContainElements("stripprefixes", "stripprefixes-kubetunnel", "forwardauth", "forwardauth-full")))

})

Expand Down
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resources:
- license_path: LICENSE
ref: 3.8.0
url: https://github.com/Kong/kong
- container_image: docker.io/library/traefik:v3.2.1
- container_image: docker.io/library/traefik:v3.3.2
sources:
- license_path: LICENSE.md
ref: ${image_tag}
Expand Down
2 changes: 1 addition & 1 deletion services/kubecost/2.5.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ data:
kubernetes.io/ingress.class: kommander-traefik
ingress.kubernetes.io/auth-response-headers: X-Forwarded-User
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.middlewares: "${releaseNamespace}-stripprefixes@kubernetescrd,${releaseNamespace}-forwardauth@kubernetescrd"
traefik.ingress.kubernetes.io/router.middlewares: "${releaseNamespace}-forwardauth@kubernetescrd"
paths:
- "/dkp/kommander/kubecost/frontend/" # This used to be the ingress of centralized-kubecost in 2.13.x and older versions of DKP
hosts:
Expand Down
2 changes: 1 addition & 1 deletion services/rook-ceph-cluster/1.15.5/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ data:
kubernetes.io/ingress.class: kommander-traefik
ingress.kubernetes.io/auth-response-headers: X-Forwarded-User
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.middlewares: "${releaseNamespace}-stripprefixes@kubernetescrd,${releaseNamespace}-forwardauth@kubernetescrd"
traefik.ingress.kubernetes.io/router.middlewares: "${releaseNamespace}-forwardauth@kubernetescrd"
host:
name: ""
path: "/dkp/kommander/ceph-dashboard"
Expand Down
223 changes: 0 additions & 223 deletions services/traefik/33.2.1/defaults/cm.yaml

This file was deleted.

Loading

0 comments on commit bcf8dad

Please sign in to comment.