Skip to content

Commit

Permalink
chore(csv): bump csv min k8s version to 1.25 (backport #910) (#911)
Browse files Browse the repository at this point in the history
* chore(csv): bump csv min k8s version to 1.25 (#910)

Signed-off-by: Thuan Vo <thuan.votann@gmail.com>
(cherry picked from commit f84caf0)

# Conflicts:
#	bundle/manifests/cryostat-operator.clusterserviceversion.yaml

* fixup! chore(csv): bump csv min k8s version to 1.25 (#910)

---------

Co-authored-by: Thuan Vo <thuan.votann@gmail.com>
Co-authored-by: Andrew Azores <aazores@redhat.com>
  • Loading branch information
3 people committed Jul 9, 2024
1 parent 9c35bc3 commit 3ea1022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for the Grafana dashboard.

## Requirements

- `kubernetes` v1.21+ with [`Operator Lifecycle Manager`](https://olm.operatorframework.io/)
- `kubernetes` v1.25+ with [`Operator Lifecycle Manager`](https://olm.operatorframework.io/)
- [`cert-manager`](https://github.com/cert-manager/cert-manager) v1.11.5+ (Recommended)

## Instructions
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/cryostat-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:3.0.1-dev
createdAt: "2024-07-04T16:54:34Z"
createdAt: "2024-07-09T15:20:45Z"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand Down Expand Up @@ -1165,7 +1165,7 @@ spec:
- email: cryostat-development@googlegroups.com
name: The Cryostat Authors
maturity: stable
minKubeVersion: 1.21.0
minKubeVersion: 1.25.0
provider:
name: The Cryostat Community
relatedImages:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ spec:
- email: cryostat-development@googlegroups.com
name: The Cryostat Authors
maturity: stable
minKubeVersion: 1.21.0
minKubeVersion: 1.25.0
provider:
name: The Cryostat Community
version: 0.0.0

0 comments on commit 3ea1022

Please sign in to comment.