From 9601e4fe6e8cbd8dd9834581fa8b4c14a016da7d Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 7 May 2022 17:52:39 +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/414 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: 7be4210 Author: Network Service Mesh Bot Date: 2022-05-07 12:49:28 -0500 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 072e902fd038..8f942378bc09 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:58e50f1 + value: ghcr.io/networkservicemesh/ci/cmd-nsc:7be4210 - name: NSM_INIT_CONTAINER_IMAGES value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:8758b76 - name: NSM_LABELS diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 6c3d92d50633..a5bd0ba47352 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:58e50f1 + image: ghcr.io/networkservicemesh/ci/cmd-nsc:7be4210 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index 91166796de9e..116a25b6aae2 100644 --- a/apps/nsc-vfio/nsc.yaml +++ b/apps/nsc-vfio/nsc.yaml @@ -26,7 +26,7 @@ spec: mountPath: /dev/vfio - name: sidecar - image: ghcr.io/networkservicemesh/ci/cmd-nsc:58e50f1 + image: ghcr.io/networkservicemesh/ci/cmd-nsc:7be4210 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET