Skip to content

Commit aae3f84

Browse files
committed
Updates OPENAPI_GENERATOR_COMMIT commit version + points to different gen_kube_client so the different templating engine can be used
1 parent 9df5fa7 commit aae3f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update-client.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -o nounset
2222
set -o pipefail
2323

2424
# The openapi-generator version used by this client
25-
export OPENAPI_GENERATOR_COMMIT="v4.3.0"
25+
export OPENAPI_GENERATOR_COMMIT="v6.2.1"
2626

2727
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
2828
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"
@@ -52,7 +52,7 @@ echo "export PACKAGE_NAME=\"client\"" >> $SETTING_FILE
5252
if [[ -z ${GEN_ROOT:-} ]]; then
5353
GEN_ROOT="${TEMP_FOLDER}/gen"
5454
echo ">>> Cloning gen repo"
55-
git clone --recursive https://github.com/kubernetes-client/gen.git "${GEN_ROOT}"
55+
git clone --recursive https://github.com/spacether/gen_kube_client.git "${GEN_ROOT}"
5656
else
5757
echo ">>> Reusing gen repo at ${GEN_ROOT}"
5858
fi

0 commit comments

Comments
 (0)