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

metallb: inconsistency in the ocp version mentioned in the 4.15 operator manifest.

    XMLWordPrintable

Details

    • No
    • CNF Network Sprint 247
    • 1
    • False
    • Hide

      None

      Show
      None

    Description

      4.15 metallb operator manifest mentions 4.14 version instead of 4.15.

      The operator can be installed and works fine, but it causes a problem for our automation run since the csv name is incorrect.
      The real csv name: metallb-operator.v4.15.0-202311140732,
      The csv name provided in the manifest: metallb-operator.v4.14.0-202311061430

      [kni@registry.kni-qe-3 ~]$ oc version
      Client Version: 4.15.0-0.nightly-2023-11-19-195637
      Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
      Server Version: 4.15.0-0.nightly-2023-11-19-195637
      Kubernetes Version: v1.28.3+20a5764
      [kni@registry.kni-qe-3 ~]

      [kni@registry.kni-qe-3 ~]$ oc get csv -n metallb-system
      NAME                                    DISPLAY            VERSION               REPLACES   PHASE
      metallb-operator.v4.15.0-202311140732   MetalLB Operator   4.15.0-202311140732              Succeeded

      [kni@registry.kni-qe-3 ~]$ oc get packagemanifest metallb-operator -o json
      {
          "apiVersion": "packages.operators.coreos.com/v1",
          "kind": "PackageManifest",
          "metadata": {
              "creationTimestamp": "2023-11-20T22:48:48Z",
              "labels":

      {             "catalog": "redhat-operators",             "catalog-namespace": "openshift-marketplace",             "operatorframework.io/arch.amd64": "supported",             "operatorframework.io/arch.ppc64le": "supported",             "operatorframework.io/arch.s390x": "supported",             "operatorframework.io/os.linux": "supported",             "provider": "Community",             "provider-url": ""         }

      ,
              "name": "metallb-operator",
              "namespace": "default"
          },
          "spec": {},
          "status": {
              "catalogSource": "redhat-operators",
              "catalogSourceDisplayName": "redhat-operators-disconnected",
              "catalogSourceNamespace": "openshift-marketplace",
              "catalogSourcePublisher": "Red Hat",
              "channels": [
                  {
                      "currentCSV": "metallb-operator.v4.14.0-202311061430",
                      "currentCSVDesc": {
                          "annotations": { .......

       

      Attachments

        Activity

          People

            fpaoline@redhat.com Federico Paolinelli
            elgerman Elena German
            Arti Sood Arti Sood
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: