From 9260782456507ba91cf29c49acdc876bbf059d37 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 17 Apr 2021 20:34:45 +0000 Subject: [PATCH] Update application version to latest version from networkservicemesh/cmd-nsc@master networkservicemesh/cmd-nsc# MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit networkservicemesh/cmd-nsc PR link: https://github.com/networkservicemesh/cmd-nsc/pull/ networkservicemesh/cmd-nsc commit message: commit d450a5b42db459a02265a5235ed58fc5e53af6b1 Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Sat Apr 17 15:34:22 2021 -0500 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 0069df4e69f3..85f7bc739b40 100644 --- a/apps/admission-webhook-k8s/admission-webhook.yaml +++ b/apps/admission-webhook-k8s/admission-webhook.yaml @@ -35,6 +35,6 @@ spec: - name: NSM_ANNOTATION value: networkservicemesh.io - name: NSM_CONTAINER_IMAGES - value: networkservicemeshci/cmd-nsc:a82d3758 + value: networkservicemeshci/cmd-nsc:d450a5b4 - name: NSM_INIT_CONTAINER_IMAGES value: networkservicemeshci/cmd-nsc-init:c2b0ca7e diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 3864101a0c38..7911e48b6c05 100644 --- a/apps/nsc-kernel/nsc.yaml +++ b/apps/nsc-kernel/nsc.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: nsc - image: networkservicemeshci/cmd-nsc:a82d3758 + image: networkservicemeshci/cmd-nsc:d450a5b4 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index 3c76a0a81207..f99e0a85e2b0 100644 --- a/apps/nsc-vfio/nsc.yaml +++ b/apps/nsc-vfio/nsc.yaml @@ -25,7 +25,7 @@ spec: mountPath: /dev/vfio - name: sidecar - image: networkservicemeshci/cmd-nsc:a82d3758 + image: networkservicemeshci/cmd-nsc:d450a5b4 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET