Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 2388b9d

Browse files
authored
Merge pull request #28 from sebrandon1/controller-tools-update
Update controller-tools and kustomize
2 parents 70aafd8 + cae20c6 commit 2388b9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139139
ENVTEST ?= $(LOCALBIN)/setup-envtest
140140

141141
## Tool Versions
142-
KUSTOMIZE_VERSION ?= v3.8.7
143-
CONTROLLER_TOOLS_VERSION ?= v0.10.0
142+
KUSTOMIZE_VERSION ?= v5.0.1
143+
CONTROLLER_TOOLS_VERSION ?= v0.11.3
144144

145145
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
146146
.PHONY: kustomize

config/crd/bases/tutorial.my.domain_foos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.10.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: foos.tutorial.my.domain
99
spec:

0 commit comments

Comments
 (0)