File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
conformance/resources/manifests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ spec:
196
196
terminationGracePeriodSeconds : 130
197
197
containers :
198
198
- name : epp
199
- image : registry.k8s.io/ gateway-api-inference-extension/epp:v0.1.0
200
- imagePullPolicy : IfNotPresent
199
+ image : us-central1-docker.pkg.dev/k8s-staging-images/ gateway-api-inference-extension/epp:main
200
+ imagePullPolicy : Always
201
201
args :
202
202
- --pool-name
203
203
- " primary-inference-pool"
@@ -290,8 +290,8 @@ spec:
290
290
terminationGracePeriodSeconds : 130
291
291
containers :
292
292
- name : epp
293
- image : registry.k8s.io/ gateway-api-inference-extension/epp:v0.1.0
294
- imagePullPolicy : IfNotPresent
293
+ image : us-central1-docker.pkg.dev/k8s-staging-images/ gateway-api-inference-extension/epp:main
294
+ imagePullPolicy : Always
295
295
args :
296
296
- --pool-name
297
297
- " secondary-inference-pool"
@@ -382,4 +382,4 @@ subjects:
382
382
roleRef :
383
383
kind : Role
384
384
name : inference-model-reader
385
- apiGroup : rbac.authorization.k8s.io
385
+ apiGroup : rbac.authorization.k8s.io
You can’t perform that action at this time.
0 commit comments