diff --git a/apps/admission-webhook-k8s/admission-webhook.yaml b/apps/admission-webhook-k8s/admission-webhook.yaml index ad39fc0f63d7..c872be4f2011 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:ced2e48 - name: NSM_INIT_CONTAINER_IMAGES value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:eb07dae - name: NSM_LABELS diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 7c1618f8baf1..c1520f32bc55 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:ced2e48 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index 9e567eb75317..72a784eef08a 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:ced2e48 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..ac52db85fb46 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:ced2e48 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..62beb7e7d198 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:ced2e48 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET