diff --git a/apps/admission-webhook-k8s/admission-webhook.yaml b/apps/admission-webhook-k8s/admission-webhook.yaml index f1a28fb9277b..e7909b6a22a6 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:fbf48971 + value: networkservicemeshci/cmd-nsc:f9a3477f - 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 e6df4e0693e7..018ec061c2ee 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:fbf48971 + image: networkservicemeshci/cmd-nsc:f9a3477f imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index f64df6679c62..86ec16ffc670 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:fbf48971 + image: networkservicemeshci/cmd-nsc:f9a3477f imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET