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