Skip to content

Commit

Permalink
Update gb-frontend image in examples guestbook
Browse files Browse the repository at this point in the history
Use artifact registry url instead gcr as images in gcr are not tagged anymore

Signed-off-by: Praveen Rewar <[email protected]>
  • Loading branch information
praveenrewar committed Dec 18, 2023
1 parent 75e9565 commit 8640de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gitops/guestbook/all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
spec:
containers:
- name: php-redis
image: gcr.io/google-samples/gb-frontend:v4
image: us-docker.pkg.dev/google-samples/containers/gke/gb-frontend:v5
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 8640de0

Please sign in to comment.