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

ImageSetConfiguration example in oc-mirror v2 documentation is wrong

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      The ImageSetConfiguration example has conflicting OCP versions:

      kind: ImageSetConfiguration
      apiVersion: mirror.openshift.io/v2alpha1
      mirror:
        platform:
          channels:
          - name: stable-4.13
            minVersion: 4.13.10
            maxVersion: 4.13.10
          graph: true
        operators:
          - catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
            packages:
             - name: aws-load-balancer-operator
             - name: 3scale-operator
             - name: node-observability-operator
        additionalImages:
         - name: registry.redhat.io/ubi8/ubi:latest
         - name: registry.redhat.io/ubi9/ubi@sha256:20f695d2a91352d4eaa25107535126727b5945bff38ed36a3e59590f495046f0    

      These should be changed to reflect 4.16:

      kind: ImageSetConfiguration
      apiVersion: mirror.openshift.io/v2alpha1
      mirror:
        platform:
          channels:
          - name: stable-4.16
            minVersion: 4.16.0
            maxVersion: 4.16.0
          graph: true
        operators:
          - catalog: registry.redhat.io/redhat/redhat-operator-index:v4.16
            packages:
             - name: aws-load-balancer-operator
             - name: 3scale-operator
             - name: node-observability-operator
        additionalImages:
         - name: registry.redhat.io/ubi8/ubi:latest
         - name: registry.redhat.io/ubi9/ubi@sha256:20f695d2a91352d4eaa25107535126727b5945bff38ed36a3e59590f495046f0

              ocp-docs-bot OCP DocsBot
              jkincl@redhat.com Jason Kincl
              None
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: