From 8fd491cda03a8f69e3c4be3b7262ea5be6037349 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 15 Apr 2021 10:03:00 -0500 Subject: [PATCH] =?UTF-8?q?Update=20application=20version=20to=20latest=20?= =?UTF-8?q?version=20from=20networkservicemesh/=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 dec90c8a4d26..28209a364dce 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:f9a3477f + value: networkservicemeshci/cmd-nsc:44f149c9 - name: NSM_INIT_CONTAINER_IMAGES value: networkservicemeshci/cmd-nsc-init:402429ac diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 018ec061c2ee..03e96881744b 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:f9a3477f + image: networkservicemeshci/cmd-nsc:44f149c9 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index 86ec16ffc670..f178f27fcbd5 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:f9a3477f + image: networkservicemeshci/cmd-nsc:44f149c9 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET