diff --git a/Makefile b/Makefile index b736fad8..f8a61170 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ CTLPTL_VERSION := 0.8.25 # need in CI for releasing CONTROLLER_GEN := $(abspath $(TOOLS_BIN_DIR)/controller-gen) $(CONTROLLER_GEN): # Build controller-gen from tools folder. - go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.15.0 + go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 # need this in CI for releasing KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/kustomize) diff --git a/config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml b/config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml index cf5cc0b6..b2dabdb3 100644 --- a/config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml +++ b/config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.14.0 name: clusteraddons.clusterstack.x-k8s.io spec: group: clusterstack.x-k8s.io diff --git a/config/crd/bases/clusterstack.x-k8s.io_clusterstackreleases.yaml b/config/crd/bases/clusterstack.x-k8s.io_clusterstackreleases.yaml index 8250ec24..9f59f40a 100644 --- a/config/crd/bases/clusterstack.x-k8s.io_clusterstackreleases.yaml +++ b/config/crd/bases/clusterstack.x-k8s.io_clusterstackreleases.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.14.0 name: clusterstackreleases.clusterstack.x-k8s.io spec: group: clusterstack.x-k8s.io diff --git a/config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml b/config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml index 75295826..da92319c 100644 --- a/config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml +++ b/config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.14.0 name: clusterstacks.clusterstack.x-k8s.io spec: group: clusterstack.x-k8s.io