From 62f7c425e704198c8c955e8abbe40c910a97e7f7 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Wed, 8 Nov 2023 04:01:00 -0600 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 74e81a351ae1..18af880971ed 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:f9a5dc0 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:eb2ce14 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 c5b384bfad92..d968911fe08b 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:f9a5dc0 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:eb2ce14 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 dac8e591f4d0..7c091b7957e3 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:f9a5dc0 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:eb2ce14 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 ee69f8e1d433..9c09e97bd79f 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:f9a5dc0 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:eb2ce14 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET