Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-50974

the Example channels in a package is not correct

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

          https://docs.openshift.com/container-platform/4.18/operators/understanding/olm/olm-workflow.html
      
      

      Version-Release number of selected component (if applicable):

          

      How reproducible:

          

      Steps to Reproduce:

      the Example channels in a package is not correct     

      Actual results:

      packageName: example
      channels:
      - name: alpha
        currentCSV: example.v0.1.2
      - name: beta
        currentCSV: example.v0.1.3
      defaultChannel: alpha 

      Expected results:

      ---
      defaultChannel: alpha
      name: example
      schema: olm.package
      ---
      entries:
      - name: example.v0.1.2
      name: alpha
      package: example
      schema: olm.channel  
      --- 
      entries: 
      - name: example.v0.1.3
      name: beta 
      package: example 
      schema: olm.channel

      Additional info:

          

              rhn-support-mipeter Michael Peter
              rhn-support-xzha Xia Zhao
              None
              None
              Xia Zhao Xia Zhao
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: