Skip to content

Commit ae58f11

Browse files
committed
Refresh CRD definition, upgrade Kustomize to v5.5.0
1 parent 607bd93 commit ae58f11

File tree

3 files changed

+1862
-1860
lines changed

3 files changed

+1862
-1860
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SAMPLE_IMG := gatling:$(IMAGE_TAG)
88
# Release version
99
VERSION := latest
1010
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
11-
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
11+
CRD_OPTIONS ?= "crd"
1212
KIND_CLUSTER_NAME ?= "gatling-cluster"
1313
K8S_NODE_IMAGE ?= v1.32.0
1414
ENVTEST_K8S_VERSION ?= 1.30.0
@@ -140,7 +140,7 @@ controller-gen: ## Download controller-gen locally if necessary.
140140

141141
KUSTOMIZE = $(shell pwd)/bin/kustomize
142142
kustomize: ## Download kustomize locally if necessary.
143-
$(call go-install-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v5@v5.3.0)
143+
$(call go-install-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v5@v5.5.0)
144144

145145
CRD_REF_DOCS = $(shell pwd)/bin/crd-ref-docs
146146
crd-ref-docs: ## Download crd-ref-docs locally if necessary.

0 commit comments

Comments
 (0)