Skip to content

Commit

Permalink
chore(csv): bump csv min k8s version to 1.25 (#910)
Browse files Browse the repository at this point in the history
Signed-off-by: Thuan Vo <[email protected]>
  • Loading branch information
tthvo authored Jul 9, 2024
1 parent b3ec388 commit f84caf0
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 @@ -30,7 +30,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:4.0.0-dev
createdAt: "2024-06-15T00:21:26Z"
createdAt: "2024-07-08T19:33:12Z"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand Down Expand Up @@ -1165,7 +1165,7 @@ spec:
- email: [email protected]
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: [email protected]
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 f84caf0

Please sign in to comment.