From 17915bb6659a9c81e05e2bdb9a0ef2fea433ccc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 01:17:24 +0000 Subject: [PATCH] Update Helm chart traefik to v10.24.5 --- projects/core/project.yml | 2 +- projects/ingress-external/project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/core/project.yml b/projects/core/project.yml index 0baff403..f4c9f67c 100644 --- a/projects/core/project.yml +++ b/projects/core/project.yml @@ -52,7 +52,7 @@ apps: namespace: ingress-internal repoURL: https://helm.traefik.io/traefik chart: traefik - targetRevision: 10.24.4 + targetRevision: 10.24.5 syncWave: '0' - name: cilium diff --git a/projects/ingress-external/project.yml b/projects/ingress-external/project.yml index 1b376d67..a9e39d6d 100644 --- a/projects/ingress-external/project.yml +++ b/projects/ingress-external/project.yml @@ -13,5 +13,5 @@ apps: - name: ingress-external repoURL: https://helm.traefik.io/traefik chart: traefik - targetRevision: 10.24.4 + targetRevision: 10.24.5 syncWave: '0'