From d04e09ac2471109acf9f4e128b4c75cfb2937bdd Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 14 Oct 2021 09:23:58 +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/ Commit: adc8748 Author: Vladimir Popov Date: 2021-10-14 16:23:34 +0700 Message: - Manually update to networkservicemesh/sdk#1083 (#290) 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 0c8714e93117..083ef2b925b4 100644 --- a/apps/admission-webhook-k8s/admission-webhook.yaml +++ b/apps/admission-webhook-k8s/admission-webhook.yaml @@ -40,6 +40,6 @@ spec: - name: NSM_ANNOTATION value: networkservicemesh.io - name: NSM_CONTAINER_IMAGES - value: ghcr.io/networkservicemesh/ci/cmd-nsc:0a61f0c + value: ghcr.io/networkservicemesh/ci/cmd-nsc:adc8748 - name: NSM_INIT_CONTAINER_IMAGES value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:f980a62 diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index fc3c1c840551..fb36d193a2fe 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:0a61f0c + image: ghcr.io/networkservicemesh/ci/cmd-nsc:adc8748 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index dfed061a2fbf..9acd4aa8dc8a 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:0a61f0c + image: ghcr.io/networkservicemesh/ci/cmd-nsc:adc8748 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET