Skip to content

Commit

Permalink
Makefile: bump tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Aug 27, 2024
1 parent 6ac12dc commit 0a81906
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Image URL to use all building/pushing image targets
IMG ?= nginx-ingress-controller-cop:latest
# K8s version used by envtest
ENVTEST_K8S_VERSION = 1.27.1
ENVTEST_K8S_VERSION = 1.30.3

# Set shell to bash
SHELL = /usr/bin/env bash
Expand Down Expand Up @@ -89,8 +89,8 @@ LISTER_GEN ?= $(LOCALBIN)/lister-gen
SETUP_ENVTEST ?= $(LOCALBIN)/setup-envtest

## Tool Versions
CONTROLLER_TOOLS_VERSION ?= v0.14.0
CODE_GENERATOR_VERSION ?= v0.28.1
CONTROLLER_TOOLS_VERSION ?= v0.16.1
CODE_GENERATOR_VERSION ?= v0.29.8
SETUP_ENVTEST_VERSION ?= latest

.PHONY: controller-gen
Expand Down
2 changes: 1 addition & 1 deletion crds/operator.kyma-project.io_nginxingresscontrollers.yaml
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.1
name: nginxingresscontrollers.operator.kyma-project.io
spec:
group: operator.kyma-project.io
Expand Down

0 comments on commit 0a81906

Please sign in to comment.