From 9a1d82890b7e5057e4d1242fe383e897174639fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 19:20:02 +0000 Subject: [PATCH 1/2] chore(deps): update traefik docker tag to v3.0.1 --- traefik/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index a3cb6235e..0fae9534e 100644 --- a/traefik/Chart.yaml +++ b/traefik/Chart.yaml @@ -4,7 +4,7 @@ description: A Traefik based Kubernetes ingress controller type: application version: 28.1.0 # renovate: image=traefik -appVersion: v3.0.0 +appVersion: v3.0.1 kubeVersion: ">=1.22.0-0" keywords: - traefik From 979a83acec412bd29cb90a4c9be78f363dfe37f5 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Tue, 28 May 2024 15:10:45 +0200 Subject: [PATCH 2/2] update doc --- traefik/VALUES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/VALUES.md b/traefik/VALUES.md index 23657ebc4..17d9f437a 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -1,6 +1,6 @@ # traefik -![Version: 28.1.0](https://img.shields.io/badge/Version-28.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.0](https://img.shields.io/badge/AppVersion-v3.0.0-informational?style=flat-square) +![Version: 28.1.0](https://img.shields.io/badge/Version-28.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.1](https://img.shields.io/badge/AppVersion-v3.0.1-informational?style=flat-square) A Traefik based Kubernetes ingress controller