Skip to content

Commit 50c1af4

Browse files
authored
Merge pull request #129 from kkulak/chore/fix-development-environment
chore: Fix development environment
2 parents dce0764 + ae58f11 commit 50c1af4

File tree

4 files changed

+1864
-1863
lines changed

4 files changed

+1864
-1863
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ 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"
13-
K8S_NODE_IMAGE ?= v1.21.10
13+
K8S_NODE_IMAGE ?= v1.32.0
1414
ENVTEST_K8S_VERSION ?= 1.30.0
1515

1616
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
@@ -136,11 +136,11 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi
136136

137137
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
138138
controller-gen: ## Download controller-gen locally if necessary.
139-
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.1)
139+
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0)
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.

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)