diff --git a/examples/interdomain/nsm_consul/nse-auto-scale/pod-template.yaml b/examples/interdomain/nsm_consul/nse-auto-scale/pod-template.yaml index 7c9c5ba291f1..72dc8a93a8f5 100644 --- a/examples/interdomain/nsm_consul/nse-auto-scale/pod-template.yaml +++ b/examples/interdomain/nsm_consul/nse-auto-scale/pod-template.yaml @@ -14,7 +14,7 @@ spec: restartPolicy: Never containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:db352d8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:7f4101c imagePullPolicy: IfNotPresent securityContext: privileged: true diff --git a/examples/interdomain/nsm_istio/nse-auto-scale/pod-template.yaml b/examples/interdomain/nsm_istio/nse-auto-scale/pod-template.yaml index becbe46b5926..48d6b31e7b84 100644 --- a/examples/interdomain/nsm_istio/nse-auto-scale/pod-template.yaml +++ b/examples/interdomain/nsm_istio/nse-auto-scale/pod-template.yaml @@ -10,7 +10,7 @@ spec: restartPolicy: Never containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:db352d8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:7f4101c imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/examples/interdomain/nsm_istio_booking/nse-auto-scale/pod-template.yaml b/examples/interdomain/nsm_istio_booking/nse-auto-scale/pod-template.yaml index cbba45569165..ccc26b18a03d 100644 --- a/examples/interdomain/nsm_istio_booking/nse-auto-scale/pod-template.yaml +++ b/examples/interdomain/nsm_istio_booking/nse-auto-scale/pod-template.yaml @@ -11,7 +11,7 @@ spec: restartPolicy: Never containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:db352d8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:7f4101c imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET