Skip to content

Commit 9b58156

Browse files
authored
Force controller-gen v0.16.2 for all controller (#550)
Looks like controller builds will start failing once we move to controller-runtime v0.19.0 Just trying to stay ahead of the dependencies here By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent de73d2b commit 9b58156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
export CONTROLLER_TOOLS_VERSION="v0.14.0"
3+
export CONTROLLER_TOOLS_VERSION="v0.16.2"
44
export HELM_VERSION="v3.7"
55

66
# setting the -x option if debugging is true

0 commit comments

Comments
 (0)