From 0bb3ce2cd6a05ddea7f4c04bcac79d321ec16635 Mon Sep 17 00:00:00 2001 From: Max Xing Date: Mon, 17 Aug 2026 13:16:09 -0700 Subject: [PATCH] fix(nvcf-api): pin the LLM worker sidecar to pylon 0.10.0 Picks up the upstream health probe fix, so an LLM function whose inference container serves /v1/health/ready instead of /health completes bringup instead of crash-looping. The pinned 0.3.2 predates that change. Updates the release-artifact test expectation to match the new tag. Relates to #906 Signed-off-by: Max Xing --- deploy/helm/cloud-functions/nvcf-api/values.yaml | 2 +- .../cloud-functions/tests/sidecar_release_artifacts_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/cloud-functions/nvcf-api/values.yaml b/deploy/helm/cloud-functions/nvcf-api/values.yaml index 81e636526..cfca6d35c 100644 --- a/deploy/helm/cloud-functions/nvcf-api/values.yaml +++ b/deploy/helm/cloud-functions/nvcf-api/values.yaml @@ -243,7 +243,7 @@ api: ess-agent-container: ${nvcf.sidecars.hostname}/${nvcf.sidecars.repository}/ess-agent:1.3.1 otel-collector-container: dummy llm-credential-manager-image: ${nvcf.sidecars.hostname}/${nvcf.sidecars.repository}/nvcf-worker-llm-credentials-oss:1.0.4 - llm-router-client-image: ${nvcf.sidecars.hostname}/${nvcf.sidecars.repository}/pylon:0.3.2 + llm-router-client-image: ${nvcf.sidecars.hostname}/${nvcf.sidecars.repository}/pylon:0.10.0 notary: turn: enabled: true diff --git a/deploy/helm/cloud-functions/tests/sidecar_release_artifacts_test.sh b/deploy/helm/cloud-functions/tests/sidecar_release_artifacts_test.sh index c2cfad4d5..47c7d4c39 100755 --- a/deploy/helm/cloud-functions/tests/sidecar_release_artifacts_test.sh +++ b/deploy/helm/cloud-functions/tests/sidecar_release_artifacts_test.sh @@ -53,7 +53,7 @@ expected_annotations=( "release-artifact-niclls-container-image: \"${hostname}/${repository}/nvcf_worker_niclls:2.109.4\"" "release-artifact-ess-agent-container-image: \"${hostname}/${repository}/ess-agent:1.3.1\"" "release-artifact-llm-credential-manager-image: \"${hostname}/${repository}/nvcf-worker-llm-credentials-oss:1.0.4\"" - "release-artifact-llm-router-client-image: \"${hostname}/${repository}/pylon:0.3.2\"" + "release-artifact-llm-router-client-image: \"${hostname}/${repository}/pylon:0.10.0\"" ) for annotation in "${expected_annotations[@]}"; do