Skip to content

Commit

Permalink
Adjust Operator dependency version requirements (#538)
Browse files Browse the repository at this point in the history
Adjust the operator package dependency requirements to align to known
required versions. Primarily reduce the version of
openshift-cert-manager from 1.10 to 1.7 in order to support the
tech-preview channel which was previously used.

Lowering the version requirement allows for the
openshift-cert-manager-operator installed previously to be used during
the STF 1.5.2 to 1.5.3 update, removing the update from being blocked.

Related: STF-1636
(cherry picked from commit 77dea87)
  • Loading branch information
leifmadsen committed Nov 23, 2023
1 parent 03269cd commit 96f4023
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ properties:
- failureMessage: Package openshift-cert-manager-operator is needed for AMQ Interconnect setup
package:
packageName: openshift-cert-manager-operator
versionRange: '>=1.10.0'
versionRange: '>=1.7.0'
- type: olm.constraint
value:
failureMessage: Require Prometheus backend for data storage of metrics for Service Telemetry Framework
Expand All @@ -38,7 +38,7 @@ properties:
versionRange: '>=0.56.0'
- package:
packageName: observability-operator
versionRange: '>=0.0.1'
versionRange: '>=0.0.25'
- package:
packageName: cluster-observability-operator
versionRange: '>=0.0.1'
versionRange: '>=0.1.0'

0 comments on commit 96f4023

Please sign in to comment.