Skip to content

Commit

Permalink
update test containers
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jan 10, 2025
1 parent fe41b72 commit 7537469
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/grpc-routing/helloworld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: grpc-infra-backend-v1
image: ghcr.io/nginx/kic-test-grpc-server:0.2.4
image: ghcr.io/nginx/kic-test-grpc-server:0.2.5
env:
- name: POD_NAME
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion tests/suite/manifests/clientsettings/grpc-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: grpc-backend
image: ghcr.io/nginx/kic-test-grpc-server:0.2.4
image: ghcr.io/nginx/kic-test-grpc-server:0.2.5
env:
- name: POD_NAME
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion tests/suite/manifests/snippets-filter/grpc-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: grpc-backend
image: ghcr.io/nginx/kic-test-grpc-server:0.2.4
image: ghcr.io/nginx/kic-test-grpc-server:0.2.5
env:
- name: POD_NAME
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: grpc-backend
image: ghcr.io/nginx/kic-test-grpc-server:0.2.4
image: ghcr.io/nginx/kic-test-grpc-server:0.2.5
env:
- name: POD_NAME
valueFrom:
Expand Down

0 comments on commit 7537469

Please sign in to comment.