Skip to content

Commit

Permalink
Merge pull request #151 from sthaha/fix-min-k8s-version
Browse files Browse the repository at this point in the history
fix min k8s version to 1.24
  • Loading branch information
rootfs authored Aug 17, 2023
2 parents 158e980 + 8f54c6e commit fd49627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/kepler-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
]
capabilities: Basic Install
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.6.0
createdAt: "2023-08-17T01:14:01Z"
createdAt: "2023-08-17T13:33:08Z"
description: 'Deploys and Manages Kepler on Kubernetes '
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
- email: [email protected]
name: Sunil Thaha
maturity: alpha
minKubeVersion: 1.25.0
minKubeVersion: 1.24.0
provider:
name: Kepler Operator Contributors
url: https://sustainable-computing.io/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ spec:
- email: [email protected]
name: Sunil Thaha
maturity: alpha
minKubeVersion: 1.25.0
minKubeVersion: 1.24.0
provider:
name: Kepler Operator Contributors
url: https://sustainable-computing.io/
Expand Down

0 comments on commit fd49627

Please sign in to comment.