From f59e31a99cae4a1ad0654160181f6f87d2d841fa Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Fri, 4 Jun 2021 09:57:32 -0500 Subject: [PATCH] =?UTF-8?q?Update=20application=20version=20to=20latest=20?= =?UTF-8?q?version=20from=20networkservicemesh/=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/nse-kernel/nse.yaml | 2 +- examples/features/scale-from-zero/pod-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nse-kernel/nse.yaml b/apps/nse-kernel/nse.yaml index 1c9e973ec615..c6ad1950539e 100644 --- a/apps/nse-kernel/nse.yaml +++ b/apps/nse-kernel/nse.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder:ce34008 + image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder:c5cf001 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/examples/features/scale-from-zero/pod-template.yaml b/examples/features/scale-from-zero/pod-template.yaml index bda4c93a9b24..ef76a8d3ccae 100644 --- a/examples/features/scale-from-zero/pod-template.yaml +++ b/examples/features/scale-from-zero/pod-template.yaml @@ -9,7 +9,7 @@ spec: restartPolicy: Never containers: - name: nse-icmp-responder - image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder:ce34008 + image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder:c5cf001 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET