Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prometheus and grafana versions for ocp 4.16 compatability #1166

Merged
merged 14 commits into from
Sep 24, 2024
Merged
4 changes: 2 additions & 2 deletions pelorus-operator/bundle/metadata/properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dependencies:
- type: olm.package
value:
packageName: prometheus
version: "0.56.3"
version: ">=0.56.3"
- type: olm.package
value:
packageName: grafana-operator
version: "5.12.0"
version: ">=5.12.0"
Loading