[release-1.8] feat: bumping orchestrator plugins to 1.8.10 - #2646
Conversation
Code Review by Qodo
|
| extraEnvs: | ||
| secrets: | ||
| - name: backstage-backend-auth-secret No newline at end of file | ||
| - name: backstage-backend-auth-secret |
There was a problem hiding this comment.
1. Missing backstage-backend-auth-secret secret 📘 Rule violation ✧ Quality
examples/orchestrator-cicd.yaml references the Secret backstage-backend-auth-secret but does not define it anywhere in the example manifest set, so applying the example would fail with NotFound. Example bundles must include stubs for referenced Secrets/ConfigMaps to be self-contained.
Agent Prompt
## Issue description
`examples/orchestrator-cicd.yaml` references a Secret named `backstage-backend-auth-secret` via `spec.application.extraEnvs.secrets`, but the example does not include a `Secret` manifest for it. This makes the example non-self-contained and can fail when users `kubectl apply -f` the example.
## Issue Context
The compliance rule requires example manifest bundles to include all referenced dependent resources (Secrets/ConfigMaps/etc.) in the same example set.
## Fix Focus Areas
- examples/orchestrator-cicd.yaml[111-123]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
Review Summary by QodoUpgrade orchestrator plugins to version 1.8.10
WalkthroughsDescription• Upgrade orchestrator plugins from v1.8.9 to v1.8.10 • Update integrity hashes for all four orchestrator plugin packages • Synchronize version updates across configuration and documentation files • Update example configurations and installation documentation Diagramflowchart LR
A["Orchestrator Plugins v1.8.9"] -->|"Upgrade to v1.8.10"| B["Updated Plugin Packages"]
B -->|"Update hashes"| C["Configuration Files"]
B -->|"Update references"| D["Documentation & Examples"]
C --> E["ConfigMap & Install YAML"]
D --> F["Docs & Example Files"]
File Changes1. bundle/rhdh/manifests/rhdh-default-config_v1_configmap.yaml
|
Co-authored-by: lholmquist <lholmquist@users.noreply.github.com>
|
|
|
ae1c026
into
redhat-developer:release-1.8



Description
[release-1.8] feat: bumping orchestrtor plugins to 1.8.10
Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer