Skip to content

Commit

Permalink
bumped envtest to 1.24
Browse files Browse the repository at this point in the history
Signed-off-by: Venkat Ramaraju <vramaraj@redhat.com>
  • Loading branch information
Venkat Ramaraju committed Jun 9, 2022
1 parent a4112dc commit c4fe852
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ export IMAGE_VERSION = v1.21.0
export SIMPLE_VERSION = $(shell (test "$(shell git describe --tags)" = "$(shell git describe --tags --abbrev=0)" && echo $(shell git describe --tags)) || echo $(shell git describe --tags --abbrev=0)+git)
export GIT_VERSION = $(shell git describe --dirty --tags --always)
export GIT_COMMIT = $(shell git rev-parse HEAD)
export K8S_VERSION = 1.23
# TODO: bump this to 1.21, after kubectl `--generator` flag is removed from e2e tests.
export ENVTEST_K8S_VERSION = 1.23.1
export K8S_VERSION = 1.24
export ENVTEST_K8S_VERSION = 1.24.1

# Build settings
export TOOLS_DIR = tools/bin
Expand Down

0 comments on commit c4fe852

Please sign in to comment.