From 54d07f9d11bfc4e85fb20ecaa41bdd2a06c9daf4 Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Thu, 13 Jul 2023 08:23:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20image=20ghcr.io/k?= =?UTF-8?q?iwigrid/k8s-sidecar=20to=201.25.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/kiwigrid/k8s-sidecar | 1.24.6 | 1.25.0 | --- 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 cb2be37e1..451f50ef2 100644 --- a/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml +++ b/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml @@ -35,7 +35,7 @@ spec: - secretRef: name: gatus-secret 02-config-sync: - image: ghcr.io/kiwigrid/k8s-sidecar:1.24.6 + image: ghcr.io/kiwigrid/k8s-sidecar:1.25.0 imagePullPolicy: IfNotPresent env: - { name: FOLDER, value: /config } @@ -113,7 +113,7 @@ spec: memory: 500Mi sidecars: config-sync: - image: ghcr.io/kiwigrid/k8s-sidecar:1.24.6 + image: ghcr.io/kiwigrid/k8s-sidecar:1.25.0 imagePullPolicy: IfNotPresent env: - { name: FOLDER, value: /config }