Skip to content

Commit a3dda17

Browse files
committed
Updating artifaces for v0.5.1-rc.1 patch release
1 parent 8a3c31b commit a3dda17

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.5.0
7+
tag: v0.5.1-rc.1
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.5.0
6+
tag: v0.5.1-rc.1
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
@@ -50,7 +50,7 @@ spec:
5050
terminationGracePeriodSeconds: 130
5151
containers:
5252
- name: epp
53-
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.5.0
53+
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.5.1-rc.1
5454
imagePullPolicy: IfNotPresent
5555
args:
5656
- -poolName

conformance/resources/manifests/manifests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ spec:
196196
terminationGracePeriodSeconds: 130
197197
containers:
198198
- name: epp
199-
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.5.0
199+
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.5.1-rc.1
200200
imagePullPolicy: IfNotPresent
201201
args:
202202
- -poolName
@@ -293,7 +293,7 @@ spec:
293293
terminationGracePeriodSeconds: 130
294294
containers:
295295
- name: epp
296-
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.5.0
296+
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.5.1-rc.1
297297
imagePullPolicy: IfNotPresent
298298
args:
299299
- -poolName

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ package version
1818

1919
const (
2020
// BundleVersion is the value used for labeling the version of the gateway-api-inference-extension.
21-
BundleVersion = "v0.5.0"
21+
BundleVersion = "v0.5.1-rc.1"
2222
)

0 commit comments

Comments
 (0)