Skip to content

Commit a8d9469

Browse files
committed
Updates artifacts for v0.4.0-rc.1 release
Signed-off-by: Kellen Swain <[email protected]>
1 parent 1b5fb26 commit a8d9469

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ bbr:
33
replicas: 1
44
image:
55
name: bbr
6-
hub: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension
7-
tag: main
6+
hub: registry.k8s.io/gateway-api-inference-extension
7+
tag: v0.4.0-rc.1
88
pullPolicy: Always
99
port: 9004
1010
healthCheckPort: 9005

config/charts/inferencepool/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ inferenceExtension:
22
replicas: 1
33
image:
44
name: epp
5-
hub: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension
6-
tag: main
5+
hub: registry.k8s.io/gateway-api-inference-extension
6+
tag: v0.4.0-rc.1
77
pullPolicy: Always
88
extProcPort: 9002
99
env: {}

config/manifests/inferencepool-resources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spec:
4848
terminationGracePeriodSeconds: 130
4949
containers:
5050
- name: epp
51-
image: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:main
52-
imagePullPolicy: Always
51+
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.4.0-rc.1
52+
imagePullPolicy: IfNotPresent
5353
args:
5454
- -poolName
5555
- "vllm-llama3-8b-instruct"

config/manifests/vllm/gpu-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
17-
image: "vllm/vllm-openai:latest"
18-
imagePullPolicy: Always
17+
image: "vllm/vllm-openai:v0.9.1"
18+
imagePullPolicy: IfNotPresent
1919
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
2020
args:
2121
- "--model"

0 commit comments

Comments
 (0)