From 5b9537bcf077bfcac8c79caee4198b455067037d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 23:54:33 +0000 Subject: [PATCH] Update Helm chart traefik to v15.3.1 --- 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 381fd73f..aaf4c4c7 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: 15.2.2 + targetRevision: 15.3.1 syncWave: '0' - name: cilium diff --git a/projects/ingress-external/project.yml b/projects/ingress-external/project.yml index 68276fb1..e2de0da5 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: 15.2.2 + targetRevision: 15.3.1 syncWave: '0'