Conversation
ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan Review Summary by QodoAdd defaultChannel support to release-config.yaml schema
WalkthroughsDescription• Add defaultChannel property to release-config schema • Allow operators to specify default channel explicitly • Fall back to first channel if not provided Diagramflowchart LR
A["release-config.yaml"] -->|"new defaultChannel property"| B["release-config-schema.json"]
B -->|"schema validation"| C["add_bundle_to_fbc.py"]
C -->|"use defaultChannel or fallback"| D["olm.package object"]
File Changes1. operatorcert/schemas/release-config-schema.json
|
Code Review by Qodo
1.
|
|
@haripate Can the |
mantomas
left a comment
There was a problem hiding this comment.
Provided changes looks good.
BorekZnovustvoritel
left a comment
There was a problem hiding this comment.
One problem I spotted in the tests, otherwise this seems good to me.
|
@acornett21 I have also updated the |
JIRA Ticket: https://redhat.atlassian.net/browse/ISV-7037
Merge Request Checklists