bump openapi generator revision for typescript.sh (#239)

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
This commit is contained in:
Michael Valdron
2023-03-10 11:46:40 -05:00
committed by GitHub
parent b32dcd6dc9
commit fa20646e40

View File

@@ -46,7 +46,7 @@ popd > /dev/null
source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh"
source "${SETTING_FILE}"
OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v4.0.3}"; \
OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v6.4.0}"; \
CLIENT_LANGUAGE=typescript; \
CLEANUP_DIRS=(api model); \
kubeclient::generator::generate_client "${OUTPUT_DIR}"