Skip to content

Commit

Permalink
Specify the minkubeversion in the csv
Browse files Browse the repository at this point in the history
Adding so operatorsdk does not complain.
Also, setting to a version old enough that supports our promise to align
with the latest supported k8s version.

Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Apr 23, 2024
1 parent e24cbbb commit df7ccaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundle/manifests/metallb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/metallb/metallb-operator
createdAt: "2024-04-23T11:37:10Z"
createdAt: "2024-04-23T11:43:43Z"
description: An operator for deploying MetalLB on a kubernetes cluster.
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
Expand Down Expand Up @@ -1237,6 +1237,7 @@ spec:
- email: [email protected]
name: Russell Bryant
maturity: alpha
minKubeVersion: 1.26.0
provider:
name: Community
version: 0.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
- email: [email protected]
name: Russell Bryant
maturity: alpha
minKubeVersion: 1.26.0
provider:
name: Community
version: 0.0.0

0 comments on commit df7ccaf

Please sign in to comment.