From 4acfe8730dd4db1072ef103b2b511129c517d856 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 16 Oct 2023 09:40:07 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-l7-proxy@main PR link: https://github.com/networkservicemesh/cmd-nse-l7-proxy/pull/134 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: b1abbc3 Author: Network Service Mesh Bot Date: 2023-10-16 04:39:27 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sd… Signed-off-by: NSMBot --- .../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 a8c4a4f4102b..e7c0890b0a85 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:db21312 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:b1abbc3 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 503d5d63d15b..6ed2e774bda3 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:db21312 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:b1abbc3 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 5d5daa12266d..7c871d6b55f9 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:db21312 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:b1abbc3 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 2fbb65e92500..84738e7c138c 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:db21312 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:b1abbc3 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET