Skip to content

Commit

Permalink
Project: bump kubebuilder plugin, change the crd version
Browse files Browse the repository at this point in the history
Making the new operator-sdk happy and removing the deprecation warning.

Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Apr 23, 2024
1 parent 88ba9c9 commit 9495272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROJECT
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
domain: metallb.io
layout:
- go.kubebuilder.io/v2
- go.kubebuilder.io/v4
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: metallb-operator
repo: github.com/metallb/metallb-operator
resources:
- api:
crdVersion: v1beta1
crdVersion: v1
namespaced: true
controller: true
domain: metallb.io
Expand Down

0 comments on commit 9495272

Please sign in to comment.