diff --git a/apps/admission-webhook-k8s/admission-webhook.yaml b/apps/admission-webhook-k8s/admission-webhook.yaml index 42d6b0ab8cc4..b8cea39de48b 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:3b2a0e6 + value: ghcr.io/networkservicemesh/ci/cmd-nsc:5de2e87 - name: NSM_INIT_CONTAINER_IMAGES value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:8f0a5f1 - name: NSM_LABELS diff --git a/apps/nsc-kernel/nsc.yaml b/apps/nsc-kernel/nsc.yaml index 056c6a33e79b..2f2e419b0eef 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:3b2a0e6 + image: ghcr.io/networkservicemesh/ci/cmd-nsc:5de2e87 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/apps/nsc-vfio/nsc.yaml b/apps/nsc-vfio/nsc.yaml index fa752607aee2..ed4d1783cf80 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:3b2a0e6 + image: ghcr.io/networkservicemesh/ci/cmd-nsc:5de2e87 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET