Skip to content

Commit

Permalink
envtest doesn't like version 1.29.4 I guess
Browse files Browse the repository at this point in the history
The envtest 1.29.4 assets are problematic and panic the test, but the
1.29.3 work properly. I don't know the root cause yet, I just know that
1.29.4 doesn't work.

Signed-off-by: John Kyros <jkyros@redhat.com>
  • Loading branch information
jkyros committed Aug 2, 2024
1 parent 44575b0 commit 8753bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BUNDLE_RUN_OPTS= --security-context-config restricted
endif

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.29.4
ENVTEST_K8S_VERSION = 1.29.3

# Setting SHELL to bash allows bash commands to be executed by recipes.
# This is a requirement for 'setup-envtest.sh' in the test target.
Expand Down

0 comments on commit 8753bc0

Please sign in to comment.