Skip to content

Commit 46434e1

Browse files
fix(codegen): pins code-generator binaries version (kserve#4533)
Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>
1 parent 6fac083 commit 46434e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/update-codegen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ set -o pipefail
2121
SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")"
2222
SCRIPT_ROOT="${SCRIPT_DIR}/.."
2323
CODEGEN_VERSION=$(cd "${SCRIPT_ROOT}" && grep 'k8s.io/code-generator' go.mod | awk '{print $2}')
24+
KUBE_CODEGEN_TAG=${CODEGEN_VERSION}
2425

2526
# For debugging purposes
2627
echo "Codegen version ${CODEGEN_VERSION}"

0 commit comments

Comments
 (0)