Skip to content

Commit 6753c92

Browse files
committed
update report.
1 parent fdbd772 commit 6753c92

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

conformance/reports/v0.5.0/gateway/gke-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ go test -timeout 30m ./conformance -v -args \
3131
--organization=GKE \
3232
--project=gke-gateway \
3333
--url=https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api \
34-
--version=v1.32.3-gke.1211000 \
34+
--version=1.32.4-gke.1415000 \
3535
3636
--report-output="/path/to/report"
3737
```

conformance/reports/v0.5.0/gateway/gke-gateway/experimental-v1.32.3-default-gateway-report.yaml renamed to conformance/reports/v0.5.0/gateway/gke-gateway/experimental-v1.32.4-default-gateway-report.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
GatewayAPIInferenceExtensionVersion: v0.5.0-dev
1+
GatewayAPIInferenceExtensionVersion: v0.5.0
22
apiVersion: gateway.networking.k8s.io/v1
3-
date: "2025-07-09T18:22:28Z"
3+
date: "2025-07-21T22:52:10Z"
44
gatewayAPIChannel: standard
55
gatewayAPIVersion: v1.2.1
66
implementation:
@@ -9,7 +9,7 @@ implementation:
99
organization: GKE
1010
project: gke-gateway
1111
url: https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api
12-
version: 1.32.3-gke.1211000
12+
version: 1.32.4-gke.1415000
1313
kind: ConformanceReport
1414
mode: default
1515
profiles:

conformance/resources/manifests/manifests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ spec:
196196
terminationGracePeriodSeconds: 130
197197
containers:
198198
- name: epp
199-
image: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:main
200-
imagePullPolicy: Always
199+
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.1.0
200+
imagePullPolicy: IfNotPresent
201201
args:
202202
- --pool-name
203203
- "primary-inference-pool"
@@ -290,8 +290,8 @@ spec:
290290
terminationGracePeriodSeconds: 130
291291
containers:
292292
- name: epp
293-
image: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:main
294-
imagePullPolicy: Always
293+
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.1.0
294+
imagePullPolicy: IfNotPresent
295295
args:
296296
- --pool-name
297297
- "secondary-inference-pool"

0 commit comments

Comments
 (0)