-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update guestbook frontend image used for testing #2689
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2689 +/- ##
=======================================
Coverage 18.62% 18.62%
=======================================
Files 47 47
Lines 9589 9589
=======================================
Hits 1786 1786
Misses 7699 7699
Partials 104 104 ☔ View full report in Codecov by Sentry. |
The `gcr.io/google-samples/gb-frontend:v4` image was deleted from the container registry. The new image was obtained from the GoogleCloudPlatform repository: https://github.com/GoogleCloudPlatform/kubernetes-engine-samples. Ref: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook
6c5eb06
to
ba8fac3
Compare
@@ -36,7 +36,8 @@ private ConfigFile MakeConfigFile(string name, string namespaceName, Provider pr | |||
{ | |||
return new ConfigFile(name, new ConfigFileArgs | |||
{ | |||
File = "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/tests/sdk/nodejs/examples/yaml-guestbook/yaml/guestbook.yaml", | |||
// TODO: Switch back to master branch once the guestbook.yaml file is merged into mainline branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI for this PR presubmit will fail if we don't update the URL to point away from master
, since the checked in manifest in master
is not updated yet. I'm not sure what the best way to handle this, but switching to the current commit's manifest then following up with another PR to update it to the latest in master will quickly unblock us for now.
9bf1566
to
c80ef62
Compare
The `gcr.io/google-samples/gb-frontend:v4` image was deleted from the container registry. The new image was obtained from the GoogleCloudPlatform repository: https://github.com/GoogleCloudPlatform/kubernetes-engine-samples. Ref: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook
The
gcr.io/google-samples/gb-frontend:v4
image was deleted from the container registry. The new image was obtained from the GoogleCloudPlatform repository: https://github.com/GoogleCloudPlatform/kubernetes-engine-samples.Ref: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook