Skip to content
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

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

rquitales
Copy link
Member

@rquitales rquitales commented Dec 5, 2023

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

Copy link

github-actions bot commented Dec 5, 2023

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b045235) 18.62% compared to head (8b8f926) 18.62%.
Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

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
@rquitales rquitales force-pushed the rquitales/test-no-op branch from 6c5eb06 to ba8fac3 Compare December 5, 2023 18:00
@rquitales rquitales changed the title [DO NOT MERGE] CI testing Update guestbook frontend image used for testing Dec 5, 2023
@rquitales rquitales added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Dec 5, 2023
@@ -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.
Copy link
Member Author

@rquitales rquitales Dec 5, 2023

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.

@rquitales rquitales marked this pull request as ready for review December 5, 2023 18:32
@rquitales rquitales requested review from EronWright and a team December 5, 2023 18:32
@rquitales rquitales force-pushed the rquitales/test-no-op branch from 9bf1566 to c80ef62 Compare December 5, 2023 19:16
@rquitales rquitales enabled auto-merge (squash) December 5, 2023 19:16
@rquitales rquitales merged commit 57abc87 into master Dec 5, 2023
19 checks passed
@rquitales rquitales deleted the rquitales/test-no-op branch December 5, 2023 20:48
rquitales added a commit that referenced this pull request Dec 15, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants