Skip to content

Commit ffea263

Browse files
committed
Updates artifacts for v1.0.0 release
Signed-off-by: Kellen Swain <[email protected]>
1 parent 7ce1f47 commit ffea263

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
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.4
7+
tag: v1.0.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: v1.0.0-rc.4
6+
tag: v1.0.0
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.4
6+
inference.networking.k8s.io/bundle-version: v1.0.0
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.4
5+
inference.networking.k8s.io/bundle-version: v1.0.0
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.4
6+
inference.networking.k8s.io/bundle-version: v1.0.0
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.4
65+
image: registry.k8s.io/gateway-api-inference-extension/epp:v1.0.0
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.4
157+
image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.0.0
158158
restartPolicy: Always
159159
imagePullPolicy: Always
160160
env:

config/manifests/vllm/cpu-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4
80+
image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.0.0
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.4
158+
image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.0.0
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.4
203+
image: registry.k8s.io/gateway-api-inference-extension/epp:v1.0.0
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.4
301+
image: registry.k8s.io/gateway-api-inference-extension/epp:v1.0.0
302302
imagePullPolicy: IfNotPresent
303303
args:
304304
- --pool-name

0 commit comments

Comments
 (0)