diff --git a/apps/admission-webhook-k8s/admission-webhook.yaml b/apps/admission-webhook-k8s/admission-webhook.yaml index 1f8689714e45..f1a28fb9277b 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:e04b7999 + value: networkservicemeshci/cmd-nsc:fbf48971 - name: NSM_INIT_CONTAINER_IMAGES value: networkservicemeshci/cmd-nsc-init:416beca1 diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 71350d1dd63b..e6df4e0693e7 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:e04b7999 + image: networkservicemeshci/cmd-nsc:fbf48971 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index 1bdb365d4659..f64df6679c62 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:e04b7999 + image: networkservicemeshci/cmd-nsc:fbf48971 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET