Skip to content

Commit

Permalink
Update echo-basic images
Browse files Browse the repository at this point in the history
  • Loading branch information
candita committed Oct 9, 2024
1 parent 556c048 commit 512866f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions conformance/base/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ spec:
spec:
containers:
- name: infra-backend-v1
# From https://github.com/kubernetes-sigs/ingress-controller-conformance/tree/master/images/echoserver
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
# Originally from https://github.com/kubernetes-sigs/ingress-controller-conformance/tree/master/images/echoserver
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -185,7 +185,7 @@ spec:
spec:
containers:
- name: infra-backend-v2
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
spec:
containers:
- name: infra-backend-v3
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -277,7 +277,7 @@ spec:
spec:
containers:
- name: tls-backend
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
volumeMounts:
- name: secret-volume
mountPath: /etc/secret-volume
Expand Down Expand Up @@ -346,7 +346,7 @@ spec:
spec:
containers:
- name: tls-backend
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
volumeMounts:
- name: secret-volume
mountPath: /etc/secret-volume
Expand Down Expand Up @@ -408,7 +408,7 @@ spec:
spec:
containers:
- name: app-backend-v1
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -454,7 +454,7 @@ spec:
spec:
containers:
- name: app-backend-v2
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -507,7 +507,7 @@ spec:
spec:
containers:
- name: web-backend
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -554,7 +554,7 @@ spec:
spec:
containers:
- name: grpc-infra-backend-v1
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -603,7 +603,7 @@ spec:
spec:
containers:
- name: grpc-infra-backend-v2
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -652,7 +652,7 @@ spec:
spec:
containers:
- name: grpc-infra-backend-v3
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240412-v1.0.0-394-g40c666fd
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -763,7 +763,7 @@ spec:
spec:
containers:
- name: backendtlspolicy-test
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20240827-v1.1.0-121-g650e404a
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20241007-v1.2.0-6-g9f820af9
volumeMounts:
- name: secret-volume
mountPath: /etc/secret-volume
Expand Down

0 comments on commit 512866f

Please sign in to comment.