update traefik chart version to 38.0.2 and adapt values to accomodate breaking changes
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 11s
renovate / renovate (push) Successful in 4m7s

This commit is contained in:
2026-01-23 03:09:00 +05:30
parent d2218c434e
commit fb7138a39b

View File

@@ -12,7 +12,7 @@ spec:
kind: HelmRepository
name: traefik
namespace: flux-system
version: '37.4.0'
version: '38.0.2'
install:
crds: Create
interval: 6h
@@ -49,6 +49,10 @@ spec:
protocol: TCP
expose:
default: true
http:
encodedCharacters:
allowEncodedSlash: true
allowEncodedQuestionMark: true
websecure:
port: 443
@@ -56,6 +60,10 @@ spec:
protocol: TCP
expose:
default: true
http:
encodedCharacters:
allowEncodedSlash: true
allowEncodedQuestionMark: true
ssh:
port: 22