From 0010204a77280dadd8bd2ec663b94437ce3aaa45 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 5 Mar 2024 21:39:38 +0100 Subject: [PATCH] fix(traefik): bump common to fix some loadbalancer issues with metallb Signed-off-by: Kjeld Schouten --- charts/enterprise/traefik/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index 83843bf03c0..443a9e54b61 100644 --- a/charts/enterprise/traefik/Chart.yaml +++ b/charts/enterprise/traefik/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: 2.11.0 dependencies: - name: common - version: 18.1.6 + version: 18.1.8 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik - https://github.com/truecharts/containers/tree/master/apps/traefik type: application -version: 26.4.13 +version: 26.4.14