Skip to content

Commit 2b5b337

Browse files
committed
Updates artifacts for v0.4.0 release
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 8c0b2c5 commit 2b5b337

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

config/charts/body-based-routing/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bbr:
44
image:
55
name: bbr
66
hub: registry.k8s.io/gateway-api-inference-extension
7-
tag: v0.4.0-rc.1
7+
tag: v0.4.0
88
pullPolicy: Always
99
port: 9004
1010
healthCheckPort: 9005

config/charts/inferencepool/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inferenceExtension:
33
image:
44
name: epp
55
hub: registry.k8s.io/gateway-api-inference-extension
6-
tag: v0.4.0-rc.1
6+
tag: v0.4.0
77
pullPolicy: Always
88
extProcPort: 9002
99
env: {}

config/manifests/inferencepool-resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
terminationGracePeriodSeconds: 130
4949
containers:
5050
- name: epp
51-
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.4.0-rc.1
51+
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.4.0
5252
imagePullPolicy: IfNotPresent
5353
args:
5454
- -poolName

config/manifests/vllm/cpu-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec:
1414
spec:
1515
containers:
1616
- name: lora
17-
image: "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.8.0" # formal images can be found in https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
18-
imagePullPolicy: Always
17+
image: "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.9.1" # formal images can be found in https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
18+
imagePullPolicy: IfNotPresent
1919
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
2020
args:
2121
- "--model"

config/manifests/vllm/sim-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec:
1414
spec:
1515
containers:
1616
- name: vllm-sim
17-
image: ghcr.io/llm-d/llm-d-inference-sim:v0.1.1
18-
imagePullPolicy: Always
17+
image: ghcr.io/llm-d/llm-d-inference-sim:v0.1.2
18+
imagePullPolicy: IfNotPresent
1919
args:
2020
- --model
2121
- meta-llama/Llama-3.1-8B-Instruct

0 commit comments

Comments
 (0)