dora-metrics / pelorus

Automate the measurement of organizational behavior
https://pelorus.readthedocs.io/
Apache License 2.0
241 stars 82 forks source link

set minKubeVersion in operator csv spec #1138

Open mateusoliveira43 opened 4 weeks ago

mateusoliveira43 commented 4 weeks ago

OpenShift version

Not related to OpenShift

Problem description

In last release PR in redhat-openshift-ecosystem/community-operators-prod https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/4619 a warning was raised about spec.minKubeVersion not being set in pelorus opeartor CSV

Get lowest OpenShift version pelorus is allowed to run and set its Kubernetes version as spec.minKubeVersion in https://github.com/dora-metrics/pelorus/blob/master/pelorus-operator/config/manifests/bases/pelorus-operator.clusterserviceversion.yaml

Steps to reproduce

Just check comments in linked PR

Current behavior

Warnings in pelorus PRs in redhat-openshift-ecosystem/community-operators-prod

Expected behavior

No warnings in pelorus PRs in redhat-openshift-ecosystem/community-operators-prod

Code of Conduct