From 4ae778d9ac1f3d53d116f4c0d39199cf877ce91d Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:12:09 -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 1b70745d6f15..cf2495f22b63 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:5587256 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:269091a 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 47ec98fcd3e5..f275187496c7 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:5587256 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:269091a 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 51db0cdb8e15..8929aa7364bb 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:5587256 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:269091a 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 727712cd2ab1..a757ca61bbef 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:5587256 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:269091a imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET