diff --git a/apps/admission-webhook-k8s/admission-webhook.yaml b/apps/admission-webhook-k8s/admission-webhook.yaml index cb6fce852a16..9e3b2645f8c0 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:db659ab8 + value: networkservicemeshci/cmd-nsc:e04b7999 - name: NSM_INIT_CONTAINER_IMAGES value: networkservicemeshci/cmd-nsc-init:ee0c967e diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 6993a475403e..71350d1dd63b 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:db659ab8 + image: networkservicemeshci/cmd-nsc:e04b7999 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index bdba61da333d..1bdb365d4659 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:db659ab8 + image: networkservicemeshci/cmd-nsc:e04b7999 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET