From a3eb00450590c294bc0996ab7384b0c9a7e0ac16 Mon Sep 17 00:00:00 2001 From: devanshuVmware Date: Wed, 10 Jul 2024 14:26:09 +0530 Subject: [PATCH] Update redis image in gitops example Signed-off-by: devanshuVmware --- examples/gitops/guestbook/all-in-one.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gitops/guestbook/all-in-one.yml b/examples/gitops/guestbook/all-in-one.yml index 4148b54e8..7aeb382ba 100644 --- a/examples/gitops/guestbook/all-in-one.yml +++ b/examples/gitops/guestbook/all-in-one.yml @@ -38,7 +38,7 @@ spec: spec: containers: - name: primary - image: registry.k8s.io/redis:e2e #! or just image: redis + image: registry.k8s.io/redis@sha256:cb111d1bd870a6a471385a4a69ad17469d326e9dd91e0e455350cacf36e1b3ee #! or just image: redis resources: requests: cpu: 120m