Skip to content

Commit

Permalink
Bumped controller tools version in Makefile.
Browse files Browse the repository at this point in the history
- This included some small reformating in the RBAC which made no actual changes
- Also this is regenerating the CRD files for SpinApps and SpinAppExecutors b/c they were
incorrectly not updated before

Signed-off-by: Caleb Schoepp <[email protected]>
  • Loading branch information
calebschoepp committed Nov 5, 2024
1 parent 7d89706 commit 7daef64
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 116 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ HELMIFY ?= $(LOCALBIN)/helmify

## Tool Versions
KUSTOMIZE_VERSION ?= v5.2.1
CONTROLLER_TOOLS_VERSION ?= v0.14.0
CONTROLLER_TOOLS_VERSION ?= v0.16.5
HELMIFY_VERSION ?= v0.4.10

.PHONY: kustomize
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.14.0
controller-gen.kubebuilder.io/version: v0.16.5
name: spinappexecutors.core.spinkube.dev
spec:
group: core.spinkube.dev
Expand Down
Loading

0 comments on commit 7daef64

Please sign in to comment.