diff --git a/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml b/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml index 5d58a3ca8..2f1564f4d 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.25.0 + image: ghcr.io/kiwigrid/k8s-sidecar:1.25.1 imagePullPolicy: IfNotPresent env: - { name: FOLDER, value: /config } @@ -113,7 +113,7 @@ spec: memory: 500Mi sidecars: config-sync: - image: ghcr.io/kiwigrid/k8s-sidecar:1.25.0 + image: ghcr.io/kiwigrid/k8s-sidecar:1.25.1 imagePullPolicy: IfNotPresent env: - { name: FOLDER, value: /config }