diff --git a/clusters/cl01tl/helm/traefik/Chart.yaml b/clusters/cl01tl/helm/traefik/Chart.yaml index ea3d6d930..ad88d20da 100644 --- a/clusters/cl01tl/helm/traefik/Chart.yaml +++ b/clusters/cl01tl/helm/traefik/Chart.yaml @@ -21,5 +21,5 @@ dependencies: version: 1.14.0 repository: https://traefik.github.io/charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/traefik.webp -# renovate: github=traefik/traefik +# renovate: datasource=github-releases depName=traefik/traefik appVersion: v3.6.4 diff --git a/clusters/cl01tl/helm/traefik/values.yaml b/clusters/cl01tl/helm/traefik/values.yaml index d50774478..7fff6086c 100644 --- a/clusters/cl01tl/helm/traefik/values.yaml +++ b/clusters/cl01tl/helm/traefik/values.yaml @@ -59,18 +59,18 @@ traefik: enabled: true prometheusRule: enabled: false - globalArguments: [] ports: web: port: 8000 expose: default: true exposedPort: 80 - redirections: - entryPoint: - to: websecure - scheme: https - permanent: true + http: + redirections: + entryPoint: + to: websecure + scheme: https + permanent: true forwardedHeaders: trustedIPs: - 10.0.0.0/8 @@ -102,6 +102,8 @@ traefik: allowEncodedPercent: true allowEncodedQuestionMark: true allowEncodedHash: true + tls: + enabled: true forwardedHeaders: trustedIPs: - 10.0.0.0/8 @@ -116,8 +118,6 @@ traefik: - 192.168.0.0/16 - fc00::/7 insecure: false - tls: - enabled: true ssh: port: 22 expose: @@ -137,8 +137,6 @@ traefik: - 192.168.0.0/16 - fc00::/7 insecure: false - tls: - enabled: true metrics: expose: default: false diff --git a/renovate.json b/renovate.json index 1dd007315..d18167d82 100644 --- a/renovate.json +++ b/renovate.json @@ -8,11 +8,9 @@ "customManagers": [ { "customType": "regex", - "managerFilePatterns": [ - "/(^|/)Chart\\.yaml$/" - ], + "fileMatch": ["(^|/)Chart\\.yaml$"], "matchStrings": [ - "# renovate: github=(?[^\\s]+)\\s+version: (?[^\\s]+)" + "#\\s*renovate:\\s*datasource=(?.*?) depName=(?.*?)\\s+appVersion:\\s*[\"']?(?[^\"'\\s]+)[\"']?" ], "datasourceTemplate": "github-releases" }