Skip to content

Commit 028b752

Browse files
committed
doc: update the release-quickstart.sh to include the image tag for lora-syncer
Signed-off-by: Ruoyu Ying <[email protected]>
1 parent b7c839c commit 028b752

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/release-quickstart.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ sed -i.bak -E "s|(llm-d/llm-d-inference-sim:)[^\"[:space:]]+|\1v${VLLM_SIM}|g" "
108108
# Also change the imagePullPolicy from Always to IfNotPresent on lines containing the vLLM image.
109109
sed -i.bak '/llm-d\/llm-d-inference-sim/{n;s/Always/IfNotPresent/;}' "$VLLM_SIM_DEPLOY"
110110

111+
# Update the container tag for lora-syncer in all vLLM deployment manifests.
112+
sed -i.bak -E "s|(us-central1-docker\.pkg\.dev/k8s-staging-images/gateway-api-inference-extension/lora-syncer:)[^\"[:space:]]+|\1${RELEASE_TAG}|g" "$VLLM_GPU_DEPLOY" "$VLLM_CPU_DEPLOY" "$VLLM_SIM_DEPLOY"
113+
111114
# -----------------------------------------------------------------------------
112115
# Stage the changes
113116
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)