From ed8a9d30b8d3069e8b9ff65d1ada863e15f95723 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 3 Feb 2021 16:36:07 +0000 Subject: [PATCH] Update application version to latest version from networkservicemesh/cmd-nsc@master networkservicemesh/cmd-nsc# networkservicemesh/cmd-nsc PR link: https://github.com/networkservicemesh/cmd-nsc/pull/ networkservicemesh/cmd-nsc commit message: commit 429e328b0186bb0495c308d55683acfafe7be7f5 Author: Ed Warnicke Date: Wed Feb 3 10:32:28 2021 -0600 Merge pull request #112 from denis-tingaikin/refactor-cmd-nsc-to-use-nsurl refactor: use nsurl in cmd-nsc instead of custom config Signed-off-by: NSMBot --- apps/nsc-kernel/nsc.yaml | 2 +- apps/nsc-vfio/nsc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 5a5461e23790..54175e2e978a 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:4cc8f83a + image: networkservicemeshci/cmd-nsc:429e328b imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index cf4a4d3a7135..3bba9e6d6e7e 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:4cc8f83a + image: networkservicemeshci/cmd-nsc:429e328b imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET