From 006b54045ca3a4694baa8d7964b22b5fcbd20aff Mon Sep 17 00:00:00 2001 From: Raghavi Shirur Date: Thu, 2 Nov 2023 18:38:22 +0530 Subject: [PATCH] yaml change Signed-off-by: Raghavi Shirur --- helm-guestbook/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index ec4f5d603e..27423a50ea 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -8,10 +8,9 @@ container: port: 8080 image: - repository: quay.io/quay/busybox + repository: quay.io/ablock/gitops-helm-quarkus tag: latest pullPolicy: Always - commands: ['sh', '-c', 'tail -f /dev/null'] probe: {}