diff --git a/apps/admission-webhook-k8s/admission-webhook.yaml b/apps/admission-webhook-k8s/admission-webhook.yaml index a5504dd523ce..3990a7a82f87 100644 --- a/apps/admission-webhook-k8s/admission-webhook.yaml +++ b/apps/admission-webhook-k8s/admission-webhook.yaml @@ -41,7 +41,7 @@ spec: - name: NSM_ANNOTATION value: networkservicemesh.io - name: NSM_CONTAINER_IMAGES - value: ghcr.io/networkservicemesh/ci/cmd-nsc:086855e + value: ghcr.io/networkservicemesh/ci/cmd-nsc:3e8c446 - name: NSM_INIT_CONTAINER_IMAGES value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:08d2e56 - name: NSM_LABELS diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 7c1618f8baf1..ace4da84ab5d 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:086855e + image: ghcr.io/networkservicemesh/ci/cmd-nsc:3e8c446 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index 9e567eb75317..d00ab538a48c 100644 --- a/apps/nsc-vfio/nsc.yaml +++ b/apps/nsc-vfio/nsc.yaml @@ -26,7 +26,7 @@ spec: mountPath: /dev/vfio - name: nsc - image: ghcr.io/networkservicemesh/ci/cmd-nsc:086855e + image: ghcr.io/networkservicemesh/ci/cmd-nsc:3e8c446 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/examples/heal_extended/component-restart/client-cp.yaml b/examples/heal_extended/component-restart/client-cp.yaml index 31980deeb049..65147fe1dbd2 100644 --- a/examples/heal_extended/component-restart/client-cp.yaml +++ b/examples/heal_extended/component-restart/client-cp.yaml @@ -9,7 +9,7 @@ metadata: spec: containers: - name: nsc - image: ghcr.io/networkservicemesh/ci/cmd-nsc:086855e + image: ghcr.io/networkservicemesh/ci/cmd-nsc:3e8c446 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/examples/heal_extended/component-restart/client.yaml b/examples/heal_extended/component-restart/client.yaml index ccc45968e96a..bdc9f9158aea 100644 --- a/examples/heal_extended/component-restart/client.yaml +++ b/examples/heal_extended/component-restart/client.yaml @@ -9,7 +9,7 @@ metadata: spec: containers: - name: nsc - image: ghcr.io/networkservicemesh/ci/cmd-nsc:086855e + image: ghcr.io/networkservicemesh/ci/cmd-nsc:3e8c446 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET