From c864a101ed407cf6db96ae4891552d8b1e525aba Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 23 Nov 2023 12:25:56 +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/586 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: a99d3e4 Author: Network Service Mesh Bot Date: 2023-11-23 06:25:36 -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 2ca8ebcb996d..3fe527d38785 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:02242ed + value: ghcr.io/networkservicemesh/ci/cmd-nsc:a99d3e4 - name: NSM_INIT_CONTAINER_IMAGES value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:2dba30b - name: NSM_LABELS diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 01442d668054..7180d12339ed 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:02242ed + image: ghcr.io/networkservicemesh/ci/cmd-nsc:a99d3e4 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index c3eb7f570c62..2ee97aea10ba 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:02242ed + image: ghcr.io/networkservicemesh/ci/cmd-nsc:a99d3e4 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET