Skip to content

Commit 4880581

Browse files
committed
Updates artifacts for v0.3.0 release
Signed-off-by: Kellen Swain <[email protected]>
1 parent dd040fb commit 4880581

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
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.3.0-rc.1
7+
tag: v0.3.0
88
pullPolicy: Always
99
port: 9004
1010
healthCheckPort: 9005

config/charts/inferencepool/values.yaml

+1-1
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.3.0-rc.1
6+
tag: v0.3.0
77
pullPolicy: IfNotPresent
88
extProcPort: 9002
99

config/manifests/inferencepool-resources.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
terminationGracePeriodSeconds: 130
4949
containers:
5050
- name: epp
51-
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.3.0-rc.1
51+
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.3.0
5252
imagePullPolicy: IfNotPresent
5353
args:
5454
- -poolName

0 commit comments

Comments
 (0)