Skip to content

Commit

Permalink
Update to controller-tools v0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Oct 12, 2023
1 parent 0684be5 commit 2258ab1
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest

## Tool Versions
KUSTOMIZE_VERSION ?= v5.1.1
CONTROLLER_TOOLS_VERSION ?= v0.12.0
CONTROLLER_TOOLS_VERSION ?= v0.13.0

KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
.PHONY: kustomize
Expand Down
4 changes: 2 additions & 2 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/crd/bases/nnf.cray.hpe.com_nnfaccesses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: nnfaccesses.nnf.cray.hpe.com
spec:
group: nnf.cray.hpe.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: nnfcontainerprofiles.nnf.cray.hpe.com
spec:
group: nnf.cray.hpe.com
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/nnf.cray.hpe.com_nnfdatamovements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: nnfdatamovements.nnf.cray.hpe.com
spec:
group: nnf.cray.hpe.com
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/nnf.cray.hpe.com_nnfnodeecdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: nnfnodeecdata.nnf.cray.hpe.com
spec:
group: nnf.cray.hpe.com
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/nnf.cray.hpe.com_nnfnodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: nnfnodes.nnf.cray.hpe.com
spec:
group: nnf.cray.hpe.com
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/nnf.cray.hpe.com_nnfnodestorages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: nnfnodestorages.nnf.cray.hpe.com
spec:
group: nnf.cray.hpe.com
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/nnf.cray.hpe.com_nnfportmanagers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: nnfportmanagers.nnf.cray.hpe.com
spec:
group: nnf.cray.hpe.com
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/nnf.cray.hpe.com_nnfstorageprofiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: nnfstorageprofiles.nnf.cray.hpe.com
spec:
group: nnf.cray.hpe.com
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/nnf.cray.hpe.com_nnfstorages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: nnfstorages.nnf.cray.hpe.com
spec:
group: nnf.cray.hpe.com
Expand Down

0 comments on commit 2258ab1

Please sign in to comment.