diff --git a/apps/admission-webhook-k8s/admission-webhook.yaml b/apps/admission-webhook-k8s/admission-webhook.yaml index 364089479e7a..8fcbb774d515 100644 --- a/apps/admission-webhook-k8s/admission-webhook.yaml +++ b/apps/admission-webhook-k8s/admission-webhook.yaml @@ -40,7 +40,7 @@ spec: - name: NSM_ANNOTATION value: networkservicemesh.io - name: NSM_CONTAINER_IMAGES - value: ghcr.io/networkservicemesh/ci/cmd-nsc:a5f405f + value: ghcr.io/networkservicemesh/ci/cmd-nsc:a4b677d - name: NSM_INIT_CONTAINER_IMAGES value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:79db00e - name: NSM_LABELS diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 64e789fd52d8..9b08b0c19212 100644 --- a/apps/nsc-kernel/nsc.yaml +++ b/apps/nsc-kernel/nsc.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nsc - image: ghcr.io/networkservicemesh/ci/cmd-nsc:a5f405f + image: ghcr.io/networkservicemesh/ci/cmd-nsc:a4b677d imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index b9d0c476a862..c542e7d731fc 100644 --- a/apps/nsc-vfio/nsc.yaml +++ b/apps/nsc-vfio/nsc.yaml @@ -26,7 +26,7 @@ spec: mountPath: /dev/vfio - name: sidecar - image: ghcr.io/networkservicemesh/ci/cmd-nsc:a5f405f + image: ghcr.io/networkservicemesh/ci/cmd-nsc:a4b677d imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET