Skip to content

Commit

Permalink
Update guestbook app to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed Jun 21, 2018
1 parent 67de934 commit a296624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guestbook/components/params.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Each object below should correspond to a component in the components/ directory
"guestbook-ui": {
containerPort: 80,
image: "gcr.io/heptio-images/ks-guestbook-demo:0.1",
image: "gcr.io/heptio-images/ks-guestbook-demo:0.2",
name: "guestbook-ui",
replicas: 1,
servicePort: 80,
Expand Down

0 comments on commit a296624

Please sign in to comment.