ENV: Openshift 4.12 (Azure RedHat OpenShift)
Grafana Operator v5 deployed through given helm chart (referred https://cloud.redhat.com/experts/aro/federated-metrics/)
helm upgrade -n $NAMESPACE grafana-operator
mobb/operatorhub --install
--values https://raw.githubusercontent.com/rh-mobb/helm-charts/main/charts/aro-thanos-af/files/grafana-operator.yaml
Operator was deployed around mid of Jun 2024 and the version installed - v5.9.2 which was the latest release at that time.
since then operator updated automatically as and when the newer versions released like v5.10.0 , v5.11.0 & v5.12.0
[adminuser@azulnpd110397 ~]$ oc get sub,csv,installplans,operatorgroup -n metrics
NAME PACKAGE SOURCE CHANNEL
subscription.operators.coreos.com/grafana-operator grafana-operator community-operators v5
NAME DISPLAY VERSION REPLACES PHASE
clusterserviceversion.operators.coreos.com/grafana-operator.v5.12.0 Grafana Operator 5.12.0 grafana-operator.v5.11.0 Succeeded
NAME CSV APPROVAL APPROVED
installplan.operators.coreos.com/install-998b6 grafana-operator.v5.11.0 Automatic true
installplan.operators.coreos.com/install-kl96n grafana-operator.v5.12.0 Automatic true
installplan.operators.coreos.com/install-qg8gm grafana-operator.v5.9.2 Automatic true
installplan.operators.coreos.com/install-rkjqt grafana-operator.v5.9.2 Automatic true
installplan.operators.coreos.com/install-wmszf grafana-operator.v5.10.0 Automatic true
NAME AGE
operatorgroup.operators.coreos.com/aro-thanos-af 129d
[adminuser@azulnpd110397 ~]$
but the operator not getting updated though v5.13.0 and v5.14.0 versions are released back to back in the last two months and dont see any log of failure attempt to update to latest version. also the channel points to v5.14.0 but operator version remains at v5.12.0.(refer the attached screenshot)
So can anyone suggest where to check what is blocking the update and how to address it.

ENV: Openshift 4.12 (Azure RedHat OpenShift)
Grafana Operator v5 deployed through given helm chart (referred https://cloud.redhat.com/experts/aro/federated-metrics/)
helm upgrade -n $NAMESPACE grafana-operator
mobb/operatorhub --install
--values https://raw.githubusercontent.com/rh-mobb/helm-charts/main/charts/aro-thanos-af/files/grafana-operator.yaml
Operator was deployed around mid of Jun 2024 and the version installed - v5.9.2 which was the latest release at that time.
since then operator updated automatically as and when the newer versions released like v5.10.0 , v5.11.0 & v5.12.0
[adminuser@azulnpd110397 ~]$ oc get sub,csv,installplans,operatorgroup -n metrics
NAME PACKAGE SOURCE CHANNEL
subscription.operators.coreos.com/grafana-operator grafana-operator community-operators v5
NAME DISPLAY VERSION REPLACES PHASE
clusterserviceversion.operators.coreos.com/grafana-operator.v5.12.0 Grafana Operator 5.12.0 grafana-operator.v5.11.0 Succeeded
NAME CSV APPROVAL APPROVED
installplan.operators.coreos.com/install-998b6 grafana-operator.v5.11.0 Automatic true
installplan.operators.coreos.com/install-kl96n grafana-operator.v5.12.0 Automatic true
installplan.operators.coreos.com/install-qg8gm grafana-operator.v5.9.2 Automatic true
installplan.operators.coreos.com/install-rkjqt grafana-operator.v5.9.2 Automatic true
installplan.operators.coreos.com/install-wmszf grafana-operator.v5.10.0 Automatic true
NAME AGE
operatorgroup.operators.coreos.com/aro-thanos-af 129d
[adminuser@azulnpd110397 ~]$
but the operator not getting updated though v5.13.0 and v5.14.0 versions are released back to back in the last two months and dont see any log of failure attempt to update to latest version. also the channel points to v5.14.0 but operator version remains at v5.12.0.(refer the attached screenshot)
So can anyone suggest where to check what is blocking the update and how to address it.