Unverified Commit 9e8f67ed authored by Harrison Saturley-Hall's avatar Harrison Saturley-Hall Committed by GitHub
Browse files

fix: update the tags for consistency and remove 0.4.1 refs (#3058)


Signed-off-by: default avatarHarrison King Saturley-Hall <hsaturleyhal@nvidia.com>
Signed-off-by: default avatarHarrison Saturley-Hall <hsaturleyhal@nvidia.com>
parent 158435cd
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
- name: nvcr-imagepullsecret - name: nvcr-imagepullsecret
containers: containers:
- name: image-cache - name: image-cache
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0902-01 image: my-registry/vllm-runtime:my-tag
command: command:
- /bin/sh - /bin/sh
- -c - -c
......
...@@ -38,7 +38,7 @@ spec: ...@@ -38,7 +38,7 @@ spec:
memory: "100Gi" memory: "100Gi"
extraPodSpec: extraPodSpec:
mainContainer: mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0813-03 image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/backends/vllm workingDir: /workspace/components/backends/vllm
command: command:
- /bin/sh - /bin/sh
...@@ -88,7 +88,7 @@ spec: ...@@ -88,7 +88,7 @@ spec:
port: 9090 port: 9090
periodSeconds: 10 periodSeconds: 10
failureThreshold: 60 failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0813-03 image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/backends/vllm workingDir: /workspace/components/backends/vllm
command: command:
- /bin/sh - /bin/sh
...@@ -138,7 +138,7 @@ spec: ...@@ -138,7 +138,7 @@ spec:
port: 9090 port: 9090
periodSeconds: 10 periodSeconds: 10
failureThreshold: 60 failureThreshold: 60
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0813-03 image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/backends/vllm workingDir: /workspace/components/backends/vllm
command: command:
- /bin/sh - /bin/sh
......
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
replicas: 1 replicas: 1
extraPodSpec: extraPodSpec:
mainContainer: mainContainer:
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6 image: my-registry/vllm-runtime:my-tag
Planner: Planner:
dynamoNamespace: vllm-disagg-planner dynamoNamespace: vllm-disagg-planner
envFromSecret: hf-token-secret envFromSecret: hf-token-secret
...@@ -43,7 +43,7 @@ spec: ...@@ -43,7 +43,7 @@ spec:
failureThreshold: 10 failureThreshold: 10
extraPodSpec: extraPodSpec:
mainContainer: mainContainer:
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6 image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/planner/src/dynamo/planner workingDir: /workspace/components/planner/src/dynamo/planner
ports: ports:
- name: metrics - name: metrics
...@@ -91,7 +91,7 @@ spec: ...@@ -91,7 +91,7 @@ spec:
failureThreshold: 10 failureThreshold: 10
extraPodSpec: extraPodSpec:
mainContainer: mainContainer:
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6 image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/backends/vllm workingDir: /workspace/components/backends/vllm
command: command:
- /bin/sh - /bin/sh
...@@ -114,7 +114,7 @@ spec: ...@@ -114,7 +114,7 @@ spec:
port: 9090 port: 9090
periodSeconds: 30 periodSeconds: 30
failureThreshold: 60 failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6 image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/backends/vllm workingDir: /workspace/components/backends/vllm
command: command:
- /bin/sh - /bin/sh
...@@ -137,7 +137,7 @@ spec: ...@@ -137,7 +137,7 @@ spec:
port: 9090 port: 9090
periodSeconds: 30 periodSeconds: 30
failureThreshold: 60 failureThreshold: 60
image: nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-301.6 image: my-registry/vllm-runtime:my-tag
workingDir: /workspace/components/backends/vllm workingDir: /workspace/components/backends/vllm
command: command:
- /bin/sh - /bin/sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment