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