feat: add helm values template to solar as well as solar-discovery#70
feat: add helm values template to solar as well as solar-discovery#70olzemal wants to merge 1 commit into
Conversation
📝 WalkthroughWalkthroughThis change introduces Helm values template resources to two components— ChangesHelm Values Templates for OCI Image Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@solution-arsenal-discovery/component-constructor.yaml`:
- Line 23: The resource name "helm-values-template" in
component-constructor.yaml does not follow the required OCM prefix; update the
name to include the opendefense.cloud/<component> prefix (e.g., change
"helm-values-template" to "opendefense.cloud/<component>/helm-values-template"
or the project-specific opendefense.cloud/<component> format) so the entry for
the resource (the name field referencing helm-values-template) conforms to the
"opendefense.cloud/<component>" naming guideline.
In `@solution-arsenal/component-constructor.yaml`:
- Line 23: The resource name "solution-arsenal-helm-values-template" in
component-constructor.yaml must be prefixed with the OCM namespace; update the
name to follow the required pattern by changing it to
"opendefense.cloud/solution-arsenal-helm-values-template" (i.e., prefix with
"opendefense.cloud/<component>" where <component> is solution-arsenal) so the
entry complies with the naming guideline.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 7716e423-ab5b-4ef9-8b9e-680582c02ae0
📒 Files selected for processing (4)
solution-arsenal-discovery/component-constructor.yamlsolution-arsenal-discovery/values.yaml.tplsolution-arsenal/component-constructor.yamlsolution-arsenal/values.yaml.tpl
What
Add helm values template to solar as well as solar-discovery.
Why
The helm values template was not implemented yet.
Testing
Checklist
Summary by CodeRabbit