From 8e60d3e9f377e17ff0ed6658de1efff734f6a6af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:31:25 +0000 Subject: [PATCH] feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.4 --- 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 296b9ed0..954b82d5 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.28.4 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.28.4 imagePullPolicy: IfNotPresent env: - { name: FOLDER, value: /config }