From 6d3cdf2898cfdca99e1f660da5fde060bf0758cc Mon Sep 17 00:00:00 2001 From: Alan Colmenares Date: Sat, 7 Feb 2026 07:16:25 -0500 Subject: [PATCH] fix-image-guestbook --- official/examples/guestbook/guestbook-ui-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/examples/guestbook/guestbook-ui-deployment.yaml b/official/examples/guestbook/guestbook-ui-deployment.yaml index 8a0975e..bc90e81 100644 --- a/official/examples/guestbook/guestbook-ui-deployment.yaml +++ b/official/examples/guestbook/guestbook-ui-deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: prakhar1989/guestbook:latest name: guestbook-ui ports: - containerPort: 80