From 2c6a8c506f0d35d21dd4e31e3dad3b8e191c6a20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:11:00 +0000 Subject: [PATCH] Update ghcr.io/nginxinc/kic-test-grpc-server Docker tag to v0.2.3 | datasource | package | from | to | | ---------- | ------------------------------------- | ----- | ----- | | docker | ghcr.io/nginxinc/kic-test-grpc-server | 0.2.2 | 0.2.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/grpc-routing/helloworld.yaml | 2 +- tests/suite/manifests/clientsettings/grpc-backend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/grpc-routing/helloworld.yaml b/examples/grpc-routing/helloworld.yaml index affb653b78..e1c83b327f 100644 --- a/examples/grpc-routing/helloworld.yaml +++ b/examples/grpc-routing/helloworld.yaml @@ -28,7 +28,7 @@ spec: spec: containers: - name: grpc-infra-backend-v1 - image: ghcr.io/nginxinc/kic-test-grpc-server:0.2.2 + image: ghcr.io/nginxinc/kic-test-grpc-server:0.2.3 env: - name: POD_NAME valueFrom: diff --git a/tests/suite/manifests/clientsettings/grpc-backend.yaml b/tests/suite/manifests/clientsettings/grpc-backend.yaml index ca92d268c6..3ae352f573 100644 --- a/tests/suite/manifests/clientsettings/grpc-backend.yaml +++ b/tests/suite/manifests/clientsettings/grpc-backend.yaml @@ -28,7 +28,7 @@ spec: spec: containers: - name: grpc-backend - image: ghcr.io/nginxinc/kic-test-grpc-server:0.2.2 + image: ghcr.io/nginxinc/kic-test-grpc-server:0.2.3 env: - name: POD_NAME valueFrom: