From 468d0279575c752f26fbc50322a894bc64188963 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Mon, 2 Oct 2023 05:40:41 -0500 Subject: [PATCH] =?UTF-8?q?Update=20go.mod=20and=20go.sum=20to=20latest=20?= =?UTF-8?q?version=20from=20networkservicemesh/cm=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nsm_consul/nse-auto-scale-client/pod-template.yaml | 2 +- .../nsm_consul/nse-auto-scale-server/pod-template.yaml | 2 +- examples/interdomain/nsm_istio/nse-auto-scale/pod-template.yaml | 2 +- .../nsm_istio_booking/nse-auto-scale/pod-template.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/interdomain/nsm_consul/nse-auto-scale-client/pod-template.yaml b/examples/interdomain/nsm_consul/nse-auto-scale-client/pod-template.yaml index aedf3cc614b3..96413dcec1f1 100644 --- a/examples/interdomain/nsm_consul/nse-auto-scale-client/pod-template.yaml +++ b/examples/interdomain/nsm_consul/nse-auto-scale-client/pod-template.yaml @@ -13,7 +13,7 @@ spec: restartPolicy: Never containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:5ab6a6a + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:d7f67ac imagePullPolicy: IfNotPresent securityContext: privileged: true diff --git a/examples/interdomain/nsm_consul/nse-auto-scale-server/pod-template.yaml b/examples/interdomain/nsm_consul/nse-auto-scale-server/pod-template.yaml index e59fa84f1476..e949e2779491 100644 --- a/examples/interdomain/nsm_consul/nse-auto-scale-server/pod-template.yaml +++ b/examples/interdomain/nsm_consul/nse-auto-scale-server/pod-template.yaml @@ -13,7 +13,7 @@ spec: restartPolicy: Never containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:5ab6a6a + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:d7f67ac 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 f081507f8c31..05f6b74cac56 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:5ab6a6a + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:d7f67ac 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 6e39e04fdd62..461c67155e3f 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:5ab6a6a + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:d7f67ac imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET