From 7f4f2414e8ebe2cbe1bd9d244f7812dc5adaf9e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Feb 2022 00:07:19 +0000 Subject: [PATCH] Update Helm chart traefik to v10.14.2 --- 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 ad7e57bb..4ecd0717 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.14.1 + targetRevision: 10.14.2 syncWave: '0' - name: cilium diff --git a/projects/ingress-external/project.yml b/projects/ingress-external/project.yml index 530e61a3..c4d66c0b 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.14.1 + targetRevision: 10.14.2 syncWave: '0'