Skip to content

Commit dbf4439

Browse files
committed
Updates artifacts for v1.0.0-rc.4 release
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent d7f90d2 commit dbf4439

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
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: v1.0.0-rc.3
7+
tag: v1.0.0-rc.4
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: v1.0.0-rc.3
6+
tag: v1.0.0-rc.4
77
pullPolicy: Always
88
extProcPort: 9002
99
env: []

config/crd/bases/inference.networking.k8s.io_inferencepools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
annotations:
55
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api-inference-extension/pull/1173
6-
inference.networking.k8s.io/bundle-version: v1.0.0-rc.3
6+
inference.networking.k8s.io/bundle-version: v1.0.0-rc.4
77
creationTimestamp: null
88
name: inferencepools.inference.networking.k8s.io
99
spec:

config/crd/bases/inference.networking.x-k8s.io_inferenceobjectives.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
inference.networking.k8s.io/bundle-version: v1.0.0-rc.3
5+
inference.networking.k8s.io/bundle-version: v1.0.0-rc.4
66
creationTimestamp: null
77
name: inferenceobjectives.inference.networking.x-k8s.io
88
spec:

config/crd/bases/inference.networking.x-k8s.io_inferencepools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
annotations:
55
api-approved.kubernetes.io: unapproved, experimental-only
6-
inference.networking.k8s.io/bundle-version: v1.0.0-rc.3
6+
inference.networking.k8s.io/bundle-version: v1.0.0-rc.4
77
creationTimestamp: null
88
name: inferencepools.inference.networking.x-k8s.io
99
spec:

config/manifests/inferencepool-resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
terminationGracePeriodSeconds: 130
6363
containers:
6464
- name: epp
65-
image: registry.k8s.io/gateway-api-inference-extension/epp:v1.0.0-rc.3
65+
image: registry.k8s.io/gateway-api-inference-extension/epp:v1.0.0-rc.4
6666
imagePullPolicy: IfNotPresent
6767
args:
6868
- --pool-name

config/manifests/regression-testing/vllm/multi-lora-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ spec:
154154
- name: lora-adapter-syncer
155155
tty: true
156156
stdin: true
157-
image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.0.0-rc.3
157+
image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.0.0-rc.4
158158
restartPolicy: Always
159159
imagePullPolicy: Always
160160
env:

config/manifests/vllm/cpu-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: lora
17-
image: "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.10.1" # formal images can be found in https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
17+
image: "public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.8.5" # formal images can be found in https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
1818
imagePullPolicy: IfNotPresent
1919
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
2020
args:
@@ -77,7 +77,7 @@ spec:
7777
- name: lora-adapter-syncer
7878
tty: true
7979
stdin: true
80-
image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.0.0-rc.3
80+
image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.0.0-rc.4
8181
restartPolicy: Always
8282
imagePullPolicy: Always
8383
env:

config/manifests/vllm/gpu-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
- name: lora-adapter-syncer
156156
tty: true
157157
stdin: true
158-
image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.0.0-rc.3
158+
image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.0.0-rc.4
159159
restartPolicy: Always
160160
imagePullPolicy: Always
161161
env:

conformance/resources/base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
terminationGracePeriodSeconds: 130
201201
containers:
202202
- name: epp
203-
image: registry.k8s.io/gateway-api-inference-extension/epp:v1.0.0-rc.3
203+
image: registry.k8s.io/gateway-api-inference-extension/epp:v1.0.0-rc.4
204204
imagePullPolicy: IfNotPresent
205205
args:
206206
- --pool-name
@@ -298,7 +298,7 @@ spec:
298298
terminationGracePeriodSeconds: 130
299299
containers:
300300
- name: epp
301-
image: registry.k8s.io/gateway-api-inference-extension/epp:v1.0.0-rc.3
301+
image: registry.k8s.io/gateway-api-inference-extension/epp:v1.0.0-rc.4
302302
imagePullPolicy: IfNotPresent
303303
args:
304304
- --pool-name

0 commit comments

Comments
 (0)