feat(components): Update image tag used by llm pipelines

PiperOrigin-RevId: 573014609
This commit is contained in:
Googler 2023-10-12 14:34:25 -07:00 committed by Google Cloud Pipeline Components maintainers
parent 1386a826ba
commit 4d71fdac3f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import os
def get_private_image_tag() -> str:
return os.getenv('PRIVATE_IMAGE_TAG', '20230918_1327_RC00')
return os.getenv('PRIVATE_IMAGE_TAG', '20231010_1107_RC00')
def get_use_test_machine_spec() -> bool: