Skip to content

Commit

Permalink
Refresh CRD definition, upgrade Kustomize to v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkulak committed Dec 18, 2024
1 parent 607bd93 commit ae58f11
Show file tree
Hide file tree
Showing 3 changed files with 1,862 additions and 1,860 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SAMPLE_IMG := gatling:$(IMAGE_TAG)
# Release version
VERSION := latest
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
CRD_OPTIONS ?= "crd"
KIND_CLUSTER_NAME ?= "gatling-cluster"
K8S_NODE_IMAGE ?= v1.32.0
ENVTEST_K8S_VERSION ?= 1.30.0
Expand Down Expand Up @@ -140,7 +140,7 @@ controller-gen: ## Download controller-gen locally if necessary.

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

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

0 comments on commit ae58f11

Please sign in to comment.