Generate quickstart manifest for version v0.58.0 - #7224
Conversation
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
✅ Deploy Preview for pipecd-site canceled.
|
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR refreshes the Quickstart Kubernetes manifests under quickstart/manifests/ to match the v0.58.0 chart outputs, updating the pinned images/labels and (for the control plane) adopting the controlplane naming used by the newer chart.
Changes:
- Bump Quickstart
pipedmanifest tov0.58.0(chart labels and container image tag). - Regenerate Quickstart control plane manifest for
v0.58.0, including the chart/resource naming shift frompipecdtocontrolplane. - Embed image pull metadata (pulled image + digest) at the top of the manifests.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| quickstart/manifests/piped.yaml | Updates piped quickstart resources to v0.58.0 chart output. |
| quickstart/manifests/control-plane.yaml | Updates control plane quickstart resources to v0.58.0 chart output and renames resources to controlplane. |
Suppressed comments (1)
quickstart/manifests/piped.yaml:2
- The first two lines create an extra YAML document (a mapping with keys
Pulled/Digest) before the---.kubectl applywill fail on that document because it has noapiVersion/kind. These lines should be comments or removed.
---
# Source: piped/templates/rbac.yaml
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| type: Opaque | ||
| data: | ||
|
|
| - repoId: examples | ||
| remote: https://github.com/pipe-cd/examples.git | ||
| branch: master | ||
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7224 +/- ##
==========================================
- Coverage 29.74% 29.73% -0.01%
==========================================
Files 601 601
Lines 64408 64408
==========================================
- Hits 19158 19154 -4
- Misses 43758 43761 +3
- Partials 1492 1493 +1
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:
|
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
What this PR does:
Why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: