Skip to content

Commit

Permalink
dege
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jan 19, 2023
1 parent 5da6cc8 commit e7e14df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/data/common/app/grpc-vs-mixed/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: greeter
image: ghcr.io/nginxinc/kic-test-grpc-server:0.1.1
image: ghcr.io/nginxinc/kic-test-grpc-server:edge
ports:
- containerPort: 50051
---
Expand Down
4 changes: 2 additions & 2 deletions tests/data/common/app/grpc-vs/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: greeter
image: ghcr.io/nginxinc/kic-test-grpc-server:0.1.1
image: ghcr.io/nginxinc/kic-test-grpc-server:edge
ports:
- containerPort: 50051
---
Expand Down Expand Up @@ -47,7 +47,7 @@ spec:
spec:
containers:
- name: greeter
image: ghcr.io/nginxinc/kic-test-grpc-server:0.1.1
image: ghcr.io/nginxinc/kic-test-grpc-server:edge
ports:
- containerPort: 50051
---
Expand Down
2 changes: 1 addition & 1 deletion tests/data/common/app/grpc/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: greeter
image: ghcr.io/nginxinc/kic-test-grpc-server:0.1.1
image: ghcr.io/nginxinc/kic-test-grpc-server:edge
ports:
- containerPort: 50051
---
Expand Down

0 comments on commit e7e14df

Please sign in to comment.