From e67ef295c4d6152eebaf6e8c819580bfdc4addce Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:26:44 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-vfio@main (#9176) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR link: https://github.com/networkservicemesh/cmd-nse-vfio/pull/448 Commit: 3e2e6df Author: Network Service Mesh Bot Date: 2023-05-16 09:44:32 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sd… Signed-off-by: NSMBot Co-authored-by: NSMBot --- 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 e9dc84a6760e..9734a426d38a 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:e70bc39 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:3e2e6df 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 fa9074418d82..1be7026e2913 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:e70bc39 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:3e2e6df env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock