Skip to content

Commit

Permalink
Update setup-envtest to 0.19 version
Browse files Browse the repository at this point in the history
We updated controller SDK to the 0.19 version, moving the
envtest to the same version for required testing.

This does not fix any test or such, it is just a hygine change.

Signed-off-by: Shyamsundar Ranganathan <[email protected]>
  • Loading branch information
ShyamsundarR committed Sep 12, 2024
1 parent 9b1872b commit 3ceab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-setup-envtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

script_dir="$(cd "$(dirname "$0")" && pwd)"

required_version="release-0.17"
required_version="release-0.19"
source_url="sigs.k8s.io/controller-runtime/tools/setup-envtest@${required_version}"
target_dir="${script_dir}/../testbin"
target_path="${target_dir}/setup-envtest"
Expand Down

0 comments on commit 3ceab2b

Please sign in to comment.