Skip to content

Commit 0e7102f

Browse files
feat(deps): update traefik docker tag to v3.7.5
1 parent 2b68d12 commit 0e7102f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

traefik/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Traefik based Kubernetes ingress controller
44
type: application
55
version: 40.3.0
66
# renovate: image=traefik
7-
appVersion: v3.7.4
7+
appVersion: v3.7.5
88
kubeVersion: '>=1.25.0-0'
99
keywords:
1010
- traefik
@@ -23,7 +23,7 @@ maintainers:
2323
icon: https://raw.githubusercontent.com/traefik/traefik/master/docs/content/assets/img/traefik.logo.png
2424
annotations:
2525
traefik.io/proxy-min-version: v3.6.0
26-
traefik.io/proxy-max-version: v3.7.4
26+
traefik.io/proxy-max-version: v3.7.5
2727
traefik.io/hub-min-version: v3.19.3
2828
traefik.io/hub-max-version: v3.20.4
2929
artifacthub.io/changes: |

traefik/VALUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# traefik
22

3-
![Version: 40.3.0](https://img.shields.io/badge/Version-40.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.7.4](https://img.shields.io/badge/AppVersion-v3.7.4-informational?style=flat-square)
3+
![Version: 40.3.0](https://img.shields.io/badge/Version-40.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.7.5](https://img.shields.io/badge/AppVersion-v3.7.5-informational?style=flat-square)
44

55
A Traefik based Kubernetes ingress controller
66

traefik/tests/requirements-config_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ tests:
5050
tag: v99.0.0
5151
asserts:
5252
- failedTemplate:
53-
errorMessage: "ERROR: This Chart does not support Traefik Proxy v99.0.0, which is a major version above the supported v3.7.4."
53+
errorMessage: "ERROR: This Chart does not support Traefik Proxy v99.0.0, which is a major version above the supported v3.7.5."
5454
- it: should fail when trying to use this Chart with a Proxy major pre-release above max
5555
set:
5656
image:
5757
tag: v4.0.0-rc.1
5858
asserts:
5959
- failedTemplate:
60-
errorMessage: "ERROR: This Chart does not support Traefik Proxy v4.0.0-rc.1, which is a major version above the supported v3.7.4."
60+
errorMessage: "ERROR: This Chart does not support Traefik Proxy v4.0.0-rc.1, which is a major version above the supported v3.7.5."
6161
- it: should not fail when trying to use this Chart with an ea Proxy version above max
6262
set:
6363
image:

0 commit comments

Comments
 (0)