From 45372f957a44c79f68c98b82af4538b9bc010c17 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 28 Jan 2024 00:27:09 +0200 Subject: [PATCH] [ru] Replaced unavailable image --- .../ru/examples/application/guestbook/frontend-deployment.yaml | 2 +- .../application/guestbook/redis-follower-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/ru/examples/application/guestbook/frontend-deployment.yaml b/content/ru/examples/application/guestbook/frontend-deployment.yaml index f97f20dab6..9ff17ba402 100644 --- a/content/ru/examples/application/guestbook/frontend-deployment.yaml +++ b/content/ru/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" diff --git a/content/ru/examples/application/guestbook/redis-follower-deployment.yaml b/content/ru/examples/application/guestbook/redis-follower-deployment.yaml index c418cf7364..c32a16e46c 100644 --- a/content/ru/examples/application/guestbook/redis-follower-deployment.yaml +++ b/content/ru/examples/application/guestbook/redis-follower-deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: follower - image: gcr.io/google_samples/gb-redis-follower:v2 + image: us-docker.pkg.dev/google-samples/containers/gke/gb-redis-follower:v2 resources: requests: cpu: 100m