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 c317d5b commit baf72a4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 74 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 ?= redis-operator:latest
# K8s version used by envtest
ENVTEST_K8S_VERSION = 1.26.1
ENVTEST_K8S_VERSION = 1.30.3

# Set shell to bash
SHELL = /usr/bin/env bash
Expand Down Expand Up @@ -86,8 +86,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
Loading

0 comments on commit baf72a4

Please sign in to comment.