From c235320cdcbdbc0debaa76c42bc55f3dc5cec40e Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 18 Nov 2023 13:57:03 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsc@main PR link: https://github.com/networkservicemesh/cmd-nsc/pull/583 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: 2f923ef Author: Network Service Mesh Bot Date: 2023-11-18 07:56:38 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sd… Signed-off-by: NSMBot --- apps/admission-webhook-k8s/admission-webhook.yaml | 2 +- apps/nsc-kernel/nsc.yaml | 2 +- apps/nsc-vfio/nsc.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/admission-webhook-k8s/admission-webhook.yaml b/apps/admission-webhook-k8s/admission-webhook.yaml index 53c9d1a79ad8..887f829f4169 100644 --- a/apps/admission-webhook-k8s/admission-webhook.yaml +++ b/apps/admission-webhook-k8s/admission-webhook.yaml @@ -40,7 +40,7 @@ spec: - name: NSM_ANNOTATION value: networkservicemesh.io - name: NSM_CONTAINER_IMAGES - value: ghcr.io/networkservicemesh/ci/cmd-nsc:1811d70 + value: ghcr.io/networkservicemesh/ci/cmd-nsc:2f923ef - name: NSM_INIT_CONTAINER_IMAGES value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:868bb4f - name: NSM_LABELS diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 90d160573633..0943b966ee0f 100644 --- a/apps/nsc-kernel/nsc.yaml +++ b/apps/nsc-kernel/nsc.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nsc - image: ghcr.io/networkservicemesh/ci/cmd-nsc:1811d70 + image: ghcr.io/networkservicemesh/ci/cmd-nsc:2f923ef imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index fff6f0b6ba0e..c23cfe64f7a2 100644 --- a/apps/nsc-vfio/nsc.yaml +++ b/apps/nsc-vfio/nsc.yaml @@ -26,7 +26,7 @@ spec: mountPath: /dev/vfio - name: nsc - image: ghcr.io/networkservicemesh/ci/cmd-nsc:1811d70 + image: ghcr.io/networkservicemesh/ci/cmd-nsc:2f923ef imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET