Skip to content

Commit

Permalink
Upgrade Makefile controller-tools version to v0.14.0.
Browse files Browse the repository at this point in the history
This avoids a segfault linked to Go 1.22.
See kubernetes-sigs/controller-tools#880.
  • Loading branch information
David-Wobrock committed Jun 23, 2024
1 parent e1d5753 commit 0c846f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
ENVTEST ?= $(LOCALBIN)/setup-envtest

## Tool Versions
CONTROLLER_TOOLS_VERSION ?= v0.11.3
CONTROLLER_TOOLS_VERSION ?= v0.14.0
ENVTEST_K8S_VERSION = 1.26.1

# Image URL to use all building/pushing image targets
Expand Down
3 changes: 1 addition & 2 deletions config/crd/bases/hydra.ory.sh_oauth2clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: oauth2clients.hydra.ory.sh
spec:
group: hydra.ory.sh
Expand Down

0 comments on commit 0c846f2

Please sign in to comment.