Docs: use ghcr images instead of gcr - #7415
Conversation
Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
✅ Deploy Preview for pipecd-site canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7415 +/- ##
=======================================
Coverage 30.35% 30.36%
=======================================
Files 601 601
Lines 52622 52622
=======================================
+ Hits 15975 15980 +5
+ Misses 35128 35123 -5
Partials 1519 1519
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Three command-line examples reference an unpublished ghcr.io/pipe-cd/example image.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 2
Open (2)
What changed in this PR
Updates versioned PipeCD documentation from deprecated GCR images to GHCR images.
Changes:
- Migrates Piped, Launcher, and HelloWorld references across three documentation versions.
- Updates legacy HelloWorld tags and EventWatcher examples.
| File | Reviewed change |
|---|---|
docs/content/en/docs-v1.0.x/user-guide/managing-application/event-watcher.md |
EventWatcher image references |
docs/content/en/docs-v1.0.x/user-guide/managing-application/configuration-drift-detection.md |
HelloWorld image reference |
docs/content/en/docs-v1.0.x/user-guide/command-line-tool.md |
Event image reference |
docs/content/en/docs-v0.58.x/user-guide/managing-application/defining-app-configuration/cloudrun.md |
Cloud Run image |
docs/content/en/docs-v0.58.x/user-guide/managing-application/configuration-drift-detection.md |
HelloWorld image reference |
docs/content/en/docs-v0.58.x/user-guide/examples/k8s-app-canary-with-pod-selector.md |
Kubernetes example image |
docs/content/en/docs-v0.58.x/user-guide/event-watcher.md |
EventWatcher image references |
docs/content/en/docs-v0.58.x/user-guide/command-line-tool.md |
Event image reference |
docs/content/en/docs-v0.58.x/installation/install-piped/installing-on-cloudrun.md |
Launcher and Piped images |
docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/cloudrun.md |
Cloud Run image |
docs/content/en/docs-dev/user-guide/managing-application/configuration-drift-detection.md |
HelloWorld image reference |
docs/content/en/docs-dev/user-guide/examples/k8s-app-canary-with-pod-selector.md |
Kubernetes example image |
docs/content/en/docs-dev/user-guide/event-watcher.md |
EventWatcher image references |
docs/content/en/docs-dev/user-guide/command-line-tool.md |
Event image reference |
docs/content/en/docs-dev/installation/install-piped/installing-on-cloudrun.md |
Launcher and Piped images |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
|
Thank you for contributing to PipeCD, @rahulshendre! The changes in this pull request will be part of the upcoming release! |

What this PR does:
Replaces
gcr.io/pipecdimage references withghcr.io/pipe-cdin docs-dev, docs-v1.0.x and docs-v0.58.x (piped, launcher and helloworld).old helloworld tags that only exist on gcr are updated to
v0.47.0/v0.48.0, which are available on ghcr.Why we need it:
gcr.io/pipecd is being removed.
Which issue(s) this PR fixes:
Part of #7385
Does this PR introduce a user-facing change?:
Screenshots/Videos (for documentation or website changes):


Attach a screenshot or screen recording if your PR modifies any files under
docs/or any.md/.mdxfiles. Run the site locally usingmake run/siteand verify your changes before submitting.