diff --git a/apps/nse-noop/nse.yaml b/apps/nse-noop/nse.yaml index 9df9684033d4..18a3ca14e814 100644 --- a/apps/nse-noop/nse.yaml +++ b/apps/nse-noop/nse.yaml @@ -18,7 +18,7 @@ spec: hostNetwork: true containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:ed789a8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:fbba86d env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock diff --git a/apps/nse-vfio/nse.yaml b/apps/nse-vfio/nse.yaml index b471c0df74f7..844d63897011 100644 --- a/apps/nse-vfio/nse.yaml +++ b/apps/nse-vfio/nse.yaml @@ -32,7 +32,7 @@ spec: mountPath: /dev/vfio - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:ed789a8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:fbba86d env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock