From 5625772f4456af32e592ae09783e1efb03ef3d9c Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Fri, 4 Oct 2019 16:27:09 -0700 Subject: [PATCH] Update guestbook-ui-deployment.yaml --- guestbook/guestbook-ui-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook/guestbook-ui-deployment.yaml b/guestbook/guestbook-ui-deployment.yaml index c54198f..79e7f23 100644 --- a/guestbook/guestbook-ui-deployment.yaml +++ b/guestbook/guestbook-ui-deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: gcr.io/heptio-images/ks-guestbook-demo:0.3 name: guestbook-ui ports: - containerPort: 80