From 042b65106c42b2d4d69db56a33a5b6e80bfca294 Mon Sep 17 00:00:00 2001 From: Varad Ahirwadkar Date: Sun, 9 Feb 2025 14:42:35 +0530 Subject: [PATCH] guestbook: update php-redis image tag to v5 Signed-off-by: Varad Ahirwadkar --- guestbook/all-in-one/frontend.yaml | 2 +- guestbook/all-in-one/guestbook-all-in-one.yaml | 2 +- guestbook/frontend-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/guestbook/all-in-one/frontend.yaml b/guestbook/all-in-one/frontend.yaml index b98e044a..87b9fe3a 100644 --- a/guestbook/all-in-one/frontend.yaml +++ b/guestbook/all-in-one/frontend.yaml @@ -35,7 +35,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m diff --git a/guestbook/all-in-one/guestbook-all-in-one.yaml b/guestbook/all-in-one/guestbook-all-in-one.yaml index 82c23eaa..a223dabe 100644 --- a/guestbook/all-in-one/guestbook-all-in-one.yaml +++ b/guestbook/all-in-one/guestbook-all-in-one.yaml @@ -132,7 +132,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m diff --git a/guestbook/frontend-deployment.yaml b/guestbook/frontend-deployment.yaml index 2b08cc9d..5b6750d9 100644 --- a/guestbook/frontend-deployment.yaml +++ b/guestbook/frontend-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google-samples/gb-frontend:v4 + image: gcr.io/google-samples/gb-frontend:v5 resources: requests: cpu: 100m