Skip to content

Commit f36b572

Browse files
committed
remove unneeded change.:
1 parent e9bf416 commit f36b572

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conformance/resources/manifests/manifests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ spec:
196196
terminationGracePeriodSeconds: 130
197197
containers:
198198
- 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
201201
args:
202202
- --pool-name
203203
- "primary-inference-pool"
@@ -290,8 +290,8 @@ spec:
290290
terminationGracePeriodSeconds: 130
291291
containers:
292292
- 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
295295
args:
296296
- --pool-name
297297
- "secondary-inference-pool"
@@ -382,4 +382,4 @@ subjects:
382382
roleRef:
383383
kind: Role
384384
name: inference-model-reader
385-
apiGroup: rbac.authorization.k8s.io
385+
apiGroup: rbac.authorization.k8s.io

0 commit comments

Comments
 (0)