Skip to content

Commit 7bbf9e0

Browse files
committed
Fix controller-gen version in bundle
Found with `make bundle`. Signed-off-by: Greg Kurz <[email protected]>
1 parent e9670c9 commit 7bbf9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/manifests/kataconfiguration.openshift.io_kataconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.2
66
creationTimestamp: null
77
name: kataconfigs.kataconfiguration.openshift.io
88
spec:

0 commit comments

Comments
 (0)