From 1d8c8700ef01ef847bf64bc2ed2aae907c015959 Mon Sep 17 00:00:00 2001 From: Abel Lu <aluprof4@gmail.com> Date: Sat, 9 Dec 2023 22:55:07 -0500 Subject: [PATCH] Replaced unavailable image for guestbook tutorial for issues #44190 #44415 #44224 #44277 --- .../examples/application/guestbook/frontend-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/examples/application/guestbook/frontend-deployment.yaml b/content/en/examples/application/guestbook/frontend-deployment.yaml index f97f20dab6..b4639929ad 100644 --- a/content/en/examples/application/guestbook/frontend-deployment.yaml +++ b/content/en/examples/application/guestbook/frontend-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google_samples/gb-frontend:v5 + image: us-docker.pkg.dev/google-samples/containers/gke/gb-frontend:v5 env: - name: GET_HOSTS_FROM value: "dns" @@ -26,4 +26,4 @@ spec: cpu: 100m memory: 100Mi ports: - - containerPort: 80 \ No newline at end of file + - containerPort: 80