From 4bd7c54da165c64d8aa2c72794fc84e91f2c683b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 01:42:41 +0000 Subject: [PATCH] fix(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.25.3 --- kubernetes/apps/monitoring/gatus/app/helmrelease.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml b/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml index a0efd4da271..370e7d9ed15 100644 --- a/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml +++ b/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml @@ -34,7 +34,7 @@ spec: - secretRef: name: gatus-secret 02-config-sync: - image: ghcr.io/kiwigrid/k8s-sidecar:1.25.2 + image: ghcr.io/kiwigrid/k8s-sidecar:1.25.3 imagePullPolicy: IfNotPresent env: - { name: FOLDER, value: /config } @@ -111,7 +111,7 @@ spec: memory: 500Mi sidecars: config-sync: - image: ghcr.io/kiwigrid/k8s-sidecar:1.25.2 + image: ghcr.io/kiwigrid/k8s-sidecar:1.25.3 imagePullPolicy: IfNotPresent env: - { name: FOLDER, value: /config }