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

Revert CloudRun examples to use GCR images #3614

Merged
merged 2 commits into from
May 10, 2022
Merged

Revert CloudRun examples to use GCR images #3614

merged 2 commits into from
May 10, 2022

Conversation

nghialv
Copy link
Member

@nghialv nghialv commented May 10, 2022

What this PR does / why we need it:

In the last PR, I updated all examples to use GHCR container images, but unfortunately, Google CloudRun only allows using GCR images so this PR reverts the changes.

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

NONE

@@ -12,7 +12,7 @@ spec:
containers:
- args:
- server
image: ghcr.io/pipe-cd/helloworld:v0.30.0
image: gcr.io/pipecd/piped:v0.27.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why do we use piped image here instead of helloworld image 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. My bad, they must be helloworld.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khanhtc1202 Fixed them!

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🙌

Copy link
Member

@knanao knanao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you go!

@nghialv nghialv merged commit 6d99b87 into master May 10, 2022
@nghialv nghialv deleted the examples branch May 10, 2022 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants