Skip to content

Commit 20a46eb

Browse files
authored
Bump controller-gen minimum version to v0.14.0 (#499)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent f7bd096 commit 20a46eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

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

66
# setting the -x option if debugging is true

0 commit comments

Comments
 (0)