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

knmstate operator csv doesn't have the latest version

XMLWordPrintable

    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      install 4.14 nightly knmstate operator, the csv shows still v4.13

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

      4.14

      How reproducible:

      100%

      Steps to Reproduce:

      1. install nightly knmstate operator from qe-app-registry
      % oc apply -f nmstate-ns.yaml 
      namespace/openshift-nmstate created
      % oc project openshift-nmstate
      Now using project "openshift-nmstate" on server "https://api.qiowang-061601.qe.devcluster.openshift.com:6443".
      % oc apply -f nmstate-operator.yaml 
      operatorgroup.operators.coreos.com/kubernetes-openshift-nmstate-dzrmx created
      % oc get operatorgroup
      NAME                                 AGE
      kubernetes-openshift-nmstate-dzrmx   6s
      % oc apply -f nmstate-operator-sub.yaml 
      subscription.operators.coreos.com/nmstate-operator-sub created
      % oc get sub
      NAME                   PACKAGE                       SOURCE            CHANNEL
      nmstate-operator-sub   kubernetes-nmstate-operator   qe-app-registry   stable
      
      
      2. oc get csv -n openshift-nmstate
      
      

      Actual results:

      % oc get csv | grep nmstate
      kubernetes-nmstate-operator.v4.13.0   Kubernetes NMState Operator        4.13.0               Succeeded

      Expected results:

      csv shows the latest version 4.14 and the timestamp
      
      For example, 4.13 nightly build:
      % oc get sub
      NAME                   PACKAGE                       SOURCE            CHANNEL
      nmstate-operator-sub   kubernetes-nmstate-operator   qe-app-registry   stable
      % oc get csv
      NAME                                              DISPLAY                       VERSION               REPLACES   PHASE
      kubernetes-nmstate-operator.4.13.0-202306070816   Kubernetes NMState Operator   4.13.0-202306070816              Succeeded

      Additional info:

      % oc get catalogsource qe-app-registry -n openshift-marketplace -oyaml
      apiVersion: operators.coreos.com/v1alpha1
      kind: CatalogSource
      metadata:
        creationTimestamp: "2023-06-16T07:11:18Z"
        generation: 1
        name: qe-app-registry
        namespace: openshift-marketplace
        resourceVersion: "190669"
        uid: ce68236a-e3ca-4a1a-81e3-100324d4053e
      spec:
        displayName: Production Operators
        image: quay.io/openshift-qe-optional-operators/aosqe-index:v4.14
        publisher: OpenShift QE
        sourceType: grpc
        updateStrategy:
          registryPoll:
            interval: 15m
      status:
        connectionState:
          address: qe-app-registry.openshift-marketplace.svc:50051
          lastConnect: "2023-06-16T10:00:51Z"
          lastObservedState: READY
        latestImageRegistryPoll: "2023-06-16T13:57:57Z"
        registryService:
          createdAt: "2023-06-16T07:11:18Z"
          port: "50051"
          protocol: grpc
          serviceName: qe-app-registry
          serviceNamespace: openshift-marketplace

              rhn-support-dougsland Douglas Landgraf
              rh-ee-qiowang Qiong Wang
              Qiong Wang Qiong Wang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: