Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Updates controller-gen to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Apr 4, 2022
1 parent 677b8a1 commit 9d7b2b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
controller-gen.kubebuilder.io/version: v0.6.1
labels:
app: syndesis
name: syndesises.syndesis.io
Expand Down
2 changes: 1 addition & 1 deletion install/operator/config/vars/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONTROLLER_GEN_VERSION := v0.4.1
CONTROLLER_GEN_VERSION := v0.6.1
OPERATOR_SDK_VERSION := v1.14.0
KUSTOMIZE_VERSION := v4.1.2
OPM_VERSION := v1.21.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
controller-gen.kubebuilder.io/version: v0.6.1
labels:
app: syndesis
name: syndesises.syndesis.io
Expand Down

0 comments on commit 9d7b2b4

Please sign in to comment.