Skip to content

Commit fdeec78

Browse files
committed
Updates artifacts for v0.2.0-rc.1 release
1 parent b40de04 commit fdeec78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/manifests/ext_proc.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ spec:
7171
spec:
7272
containers:
7373
- name: inference-gateway-ext-proc
74-
image: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:main
75-
imagePullPolicy: Always
74+
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.2.0-rc.1
75+
imagePullPolicy: IfNotPresent
7676
args:
7777
- -poolName
7878
- "my-pool"

config/manifests/vllm/gpu-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec:
1414
spec:
1515
containers:
1616
- name: lora
17-
image: "vllm/vllm-openai:latest"
18-
imagePullPolicy: Always
17+
image: "vllm/vllm-openai:v0.7.3"
18+
imagePullPolicy: IfNotPresent
1919
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
2020
args:
2121
- "--model"

0 commit comments

Comments
 (0)