Skip to content

Commit 341ee93

Browse files
authored
Fix envoy, gateway, and quickstart pd-model images (#1812)
Signed-off-by: Dengcheng Zhu <dengcheng.zhu@gmail.com>
1 parent 399dcfc commit 341ee93

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dist/chart/vke.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ gateway:
116116
- "true"
117117
container:
118118
envoy:
119-
image: aibrix-public-release-cn-beijing.cr.volces.com/envoyproxy/envoy:v1.33.2
119+
image: aibrix-public-release-cn-beijing.cr.volces.com/aibrix/envoy:v1.33.2
120120
resources:
121121
requests:
122122
cpu: "1"
@@ -125,7 +125,7 @@ gateway:
125125
cpu: "1"
126126
memory: 1Gi
127127
shutdownManager:
128-
image: aibrix-public-release-cn-beijing.cr.volces.com/envoyproxy/gateway:v1.2.8
128+
image: aibrix-public-release-cn-beijing.cr.volces.com/aibrix/gateway:v1.2.8
129129
resources:
130130
requests:
131131
cpu: 10m

samples/quickstart/vke/pd-model.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: prefill
31-
image: aibrix-public-release-cn-beijing.cr.volces.com/aibrix/vllm-openai:0.11.0-cu128-nixl-v0.4.1
31+
image: aibrix-public-release-cn-beijing.cr.volces.com/aibrix/vllm-openai:v0.10.2-aibrix-v0.5.0-nixl-0.7.1-20251123
3232
command: ["sh", "-c"]
3333
args:
3434
- |
@@ -84,7 +84,7 @@ spec:
8484
spec:
8585
containers:
8686
- name: decode
87-
image: aibrix-public-release-cn-beijing.cr.volces.com/aibrix/vllm-openai:0.11.0-cu128-nixl-v0.4.1
87+
image: aibrix-public-release-cn-beijing.cr.volces.com/aibrix/vllm-openai:v0.10.2-aibrix-v0.5.0-nixl-0.7.1-20251123
8888
command: ["sh", "-c"]
8989
args:
9090
- |
@@ -136,4 +136,4 @@ spec:
136136
- name: model-hostpath
137137
hostPath:
138138
path: /root/models
139-
type: DirectoryOrCreate
139+
type: DirectoryOrCreate

0 commit comments

Comments
 (0)