Skip to content

Commit c33cc2a

Browse files
authored
feat(deps): ✨ update traefik-hub to v3.20.11
1 parent 6156967 commit c33cc2a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

traefik/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ annotations:
2525
traefik.io/proxy-min-version: v3.6.0
2626
traefik.io/proxy-max-version: v3.7.11
2727
traefik.io/hub-min-version: v3.19.3
28-
traefik.io/hub-max-version: v3.20.10
28+
traefik.io/hub-max-version: v3.20.11
2929
artifacthub.io/changes: |
3030
- kind: changed
3131
description: "test(service): LoadBalancer node port opt-out"

traefik/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ It requires a dict with "Version" and "Hub".
238238
{{- $hubProxyVersion = "v3.7.6" }}
239239
{{- else if semverCompare "<v3.20.8-0" $version }}
240240
{{- $hubProxyVersion = "v3.7.9" }}
241-
{{- else if semverCompare "<v3.20.10-0" $version }}
241+
{{- else if semverCompare "<v3.20.11-0" $version }}
242242
{{- $hubProxyVersion = "v3.7.10" }}
243243
{{- end -}}
244244
{{- end -}}

traefik/tests/requirements-config_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ tests:
178178
token: xxx
179179
asserts:
180180
- failedTemplate:
181-
errorMessage: "ERROR: This Chart does not support Traefik Hub v99.0.0, which is a major version above the supported v3.20.10."
181+
errorMessage: "ERROR: This Chart does not support Traefik Hub v99.0.0, which is a major version above the supported v3.20.11."
182182
- it: should not fail when trying to use this Chart with an ea Hub version above max
183183
set:
184184
image:

0 commit comments

Comments
 (0)