Skip to content

Docs: use ghcr images instead of gcr - #7415

Merged
mohammedfirdouss merged 3 commits into
pipe-cd:masterfrom
rahulshendre:docs-gcr-to-ghcr
Sep 25, 2026
Merged

mohammedfirdouss merged 3 commits into
pipe-cd:masterfrom
rahulshendre:docs-gcr-to-ghcr

Conversation

@rahulshendre

Copy link
Copy Markdown
Contributor

What this PR does:
Replaces gcr.io/pipecd image references with ghcr.io/pipe-cd in 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?:

  • How are users affected by this change: docs point to ghcr.io images
  • Is this breaking change: No
  • How to migrate (if breaking change): N/A

Screenshots/Videos (for documentation or website changes):
Attach a screenshot or screen recording if your PR modifies any files under docs/ or any .md/.mdx files. Run the site locally using make run/site and verify your changes before submitting.
docs_gcr_cloudrun
docs_gcr_event_watcher

Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
@rahulshendre
rahulshendre requested review from a team as code owners September 25, 2026 09:24
@rahulshendre
rahulshendre requested review from Warashi, ffjlabo, khanhtc1202 and mohammedfirdouss and a lite review from Copilot September 25, 2026 09:24
@netlify

netlify Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

✅ Deploy Preview for pipecd-site canceled.

Name Link
🔨 Latest commit d660518
🔍 Latest deploy log https://app.netlify.com/projects/pipecd-site/deploys/6ab64064ac1ac10008a34d7a

@codecov

codecov Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 30.36%. Comparing base (46dccc8) to head (d660518).

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           
Flag Coverage Δ
. 24.34% <ø> (+0.01%) ⬆️
.-pkg-app-pipedv1-plugin-analysis 29.19% <ø> (ø)
.-pkg-app-pipedv1-plugin-ecs 33.75% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes 59.85% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes_multicluster 60.48% <ø> (ø)
.-pkg-app-pipedv1-plugin-scriptrun 58.22% <ø> (ø)
.-pkg-app-pipedv1-plugin-terraform 39.88% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 32.22% <ø> (ø)
.-pkg-app-pipedv1-plugin-waitapproval 55.14% <ø> (ø)
.-pkg-plugin-sdk 52.07% <ø> (ø)
.-tool-actions-gh-release 19.94% <ø> (ø)
.-tool-actions-plan-preview 28.04% <ø> (ø)
.-tool-codegen-protoc-gen-auth 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 Medium severity

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.

Comment thread docs/content/en/docs-dev/user-guide/command-line-tool.md Outdated
Comment thread docs/content/en/docs-v0.58.x/user-guide/command-line-tool.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot review overview

🟢 Approval recommended

No unresolved review issues were identified.

Review effort: Lite
Findings: None

Resolved since last review (2)

@mohammedfirdouss mohammedfirdouss left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

@mohammedfirdouss
mohammedfirdouss merged commit 9051e1e into pipe-cd:master Sep 25, 2026
66 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Thank you for contributing to PipeCD, @rahulshendre! The changes in this pull request will be part of the upcoming release!

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.

3 participants