-
In Grafana Operator 5.13, .spec.version in Grafana resource is filled with a version number automatically with a readable version number e.g.: .spec.version: 10.4.3 Did something change in any Grafana Operator version between 5.13 and 5.16 that handles setting the key .spec.version? As a followup, when i query "oc get grafana", only the old Grafanas still show a version number, but newer Grafanas not |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Version 5.16 fixes a bug regarding the handling of versions in openshift by allowing the version to be an image spec. This is relevant for OpenShift clusters (especially air-gapped ones) as the installation provides a specific image to use. This field is set by the operator on creation, if no value has been provided by the user. You can always overwrite this with a version (or image) of your choice The |
Beta Was this translation helpful? Give feedback.
Version 5.16 fixes a bug regarding the handling of versions in openshift by allowing the version to be an image spec. This is relevant for OpenShift clusters (especially air-gapped ones) as the installation provides a specific image to use. This field is set by the operator on creation, if no value has been provided by the user. You can always overwrite this with a version (or image) of your choice
The
spec.version
field is used to tell the operator the desired version of the instance while thestatus.version
is the current version as reported by Grafana. If this is not set correctly, this is a bug and should be fixed. Sometimes it might take a few minutes for this to be updated though.