From 2896a555c9321ac9907a712a1347e5a344225e29 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:30:45 -0600 Subject: [PATCH] =?UTF-8?q?Update=20go.mod=20and=20go.sum=20to=20latest=20?= =?UTF-8?q?version=20from=20networkservicemesh/cm=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/nse-noop/nse.yaml | 2 +- apps/nse-vfio/nse.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nse-noop/nse.yaml b/apps/nse-noop/nse.yaml index be45bdf7d97b..05863da27c0e 100644 --- a/apps/nse-noop/nse.yaml +++ b/apps/nse-noop/nse.yaml @@ -18,7 +18,7 @@ spec: hostNetwork: true containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:f64a16b + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:459de94 env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock diff --git a/apps/nse-vfio/nse.yaml b/apps/nse-vfio/nse.yaml index 4e37d2587495..3d6508206f97 100644 --- a/apps/nse-vfio/nse.yaml +++ b/apps/nse-vfio/nse.yaml @@ -32,7 +32,7 @@ spec: mountPath: /dev/vfio - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:f64a16b + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:459de94 env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock