From 288ee89a99d5d32191143c11d37a66878141f302 Mon Sep 17 00:00:00 2001 From: Gerd Oberlechner Date: Thu, 9 Jan 2025 08:57:36 +0100 Subject: [PATCH] use MCR image for istio cert refresher pod Signed-off-by: Gerd Oberlechner --- .../helm/frontend/templates/frontend.secret-refresher.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/deploy/helm/frontend/templates/frontend.secret-refresher.yaml b/frontend/deploy/helm/frontend/templates/frontend.secret-refresher.yaml index 5bd99bceb..8fbb13328 100644 --- a/frontend/deploy/helm/frontend/templates/frontend.secret-refresher.yaml +++ b/frontend/deploy/helm/frontend/templates/frontend.secret-refresher.yaml @@ -25,8 +25,8 @@ spec: containers: - command: - "/bin/sleep" - - "10" - image: busybox + - "infinity" + image: mcr.microsoft.com/cbl-mariner/busybox:1.35 name: init-container-msg-container-init volumeMounts: - name: secrets-store01-inline