From d4251b2a259ad3b185e13e218b13634d627e0274 Mon Sep 17 00:00:00 2001 From: Amy Unruh Date: Tue, 12 Apr 2016 08:36:07 -0700 Subject: [PATCH] update to use gb-frontend:v4. New image includes the change in PR # 23381. --- examples/guestbook/README.md | 2 +- examples/guestbook/all-in-one/frontend.yaml | 2 +- examples/guestbook/all-in-one/guestbook-all-in-one.yaml | 6 +++--- examples/guestbook/frontend-deployment.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index 47dd243be7..f58191d791 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -539,7 +539,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google_samples/gb-frontend:v3 + image: gcr.io/google-samples/gb-frontend:v4 resources: requests: cpu: 100m diff --git a/examples/guestbook/all-in-one/frontend.yaml b/examples/guestbook/all-in-one/frontend.yaml index 6d51986f89..780b5c0d7d 100644 --- a/examples/guestbook/all-in-one/frontend.yaml +++ b/examples/guestbook/all-in-one/frontend.yaml @@ -43,7 +43,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google_samples/gb-frontend:v3 + image: gcr.io/google-samples/gb-frontend:v4 resources: requests: cpu: 100m diff --git a/examples/guestbook/all-in-one/guestbook-all-in-one.yaml b/examples/guestbook/all-in-one/guestbook-all-in-one.yaml index 039f70e4f5..c6675e0eb6 100644 --- a/examples/guestbook/all-in-one/guestbook-all-in-one.yaml +++ b/examples/guestbook/all-in-one/guestbook-all-in-one.yaml @@ -20,7 +20,7 @@ apiVersion: extensions/v1beta1 kind: Deployment metadata: name: redis-master - # these labels can be applied automatically + # these labels can be applied automatically # from the labels in the pod template if not set # labels: # app: redis @@ -30,7 +30,7 @@ spec: # this replicas value is default # modify it according to your case replicas: 1 - # selector can be applied automatically + # selector can be applied automatically # from the labels in the pod template if not set # selector: # matchLabels: @@ -162,7 +162,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google_samples/gb-frontend:v3 + image: gcr.io/google-samples/gb-frontend:v4 resources: requests: cpu: 100m diff --git a/examples/guestbook/frontend-deployment.yaml b/examples/guestbook/frontend-deployment.yaml index 806bca042c..1d67946f44 100644 --- a/examples/guestbook/frontend-deployment.yaml +++ b/examples/guestbook/frontend-deployment.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: php-redis - image: gcr.io/google_samples/gb-frontend:v3 + image: gcr.io/google-samples/gb-frontend:v4 resources: requests: cpu: 100m