Skip to content

Commit d27d78c

Browse files
committedOct 8, 2024
Update echo-basic images
1 parent 556c048 commit d27d78c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
 

‎conformance/base/manifests.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ spec:
138138
spec:
139139
containers:
140140
- name: infra-backend-v1
141-
# From https://github.com/kubernetes-sigs/ingress-controller-conformance/tree/master/images/echoserver
142-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
141+
# Originally from https://github.com/kubernetes-sigs/ingress-controller-conformance/tree/master/images/echoserver
142+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
143143
env:
144144
- name: POD_NAME
145145
valueFrom:
@@ -185,7 +185,7 @@ spec:
185185
spec:
186186
containers:
187187
- name: infra-backend-v2
188-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
188+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
189189
env:
190190
- name: POD_NAME
191191
valueFrom:
@@ -231,7 +231,7 @@ spec:
231231
spec:
232232
containers:
233233
- name: infra-backend-v3
234-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
234+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
235235
env:
236236
- name: POD_NAME
237237
valueFrom:
@@ -277,7 +277,7 @@ spec:
277277
spec:
278278
containers:
279279
- name: tls-backend
280-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
280+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
281281
volumeMounts:
282282
- name: secret-volume
283283
mountPath: /etc/secret-volume
@@ -346,7 +346,7 @@ spec:
346346
spec:
347347
containers:
348348
- name: tls-backend
349-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
349+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
350350
volumeMounts:
351351
- name: secret-volume
352352
mountPath: /etc/secret-volume
@@ -408,7 +408,7 @@ spec:
408408
spec:
409409
containers:
410410
- name: app-backend-v1
411-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
411+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
412412
env:
413413
- name: POD_NAME
414414
valueFrom:
@@ -454,7 +454,7 @@ spec:
454454
spec:
455455
containers:
456456
- name: app-backend-v2
457-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
457+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
458458
env:
459459
- name: POD_NAME
460460
valueFrom:
@@ -507,7 +507,7 @@ spec:
507507
spec:
508508
containers:
509509
- name: web-backend
510-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
510+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
511511
env:
512512
- name: POD_NAME
513513
valueFrom:
@@ -554,7 +554,7 @@ spec:
554554
spec:
555555
containers:
556556
- name: grpc-infra-backend-v1
557-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
557+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
558558
env:
559559
- name: POD_NAME
560560
valueFrom:
@@ -603,7 +603,7 @@ spec:
603603
spec:
604604
containers:
605605
- name: grpc-infra-backend-v2
606-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
606+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
607607
env:
608608
- name: POD_NAME
609609
valueFrom:
@@ -652,7 +652,7 @@ spec:
652652
spec:
653653
containers:
654654
- name: grpc-infra-backend-v3
655-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
655+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
656656
env:
657657
- name: POD_NAME
658658
valueFrom:
@@ -763,7 +763,7 @@ spec:
763763
spec:
764764
containers:
765765
- name: backendtlspolicy-test
766-
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240827-v1.1.0-121-g650e404a
766+
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
767767
volumeMounts:
768768
- name: secret-volume
769769
mountPath: /etc/secret-volume

0 commit comments

Comments
 (0)