From b49fd08e52f5371b26409d4e58310c7f4e73c5ce Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sun, 18 Dec 2022 18:07:00 +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/73 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: 7aed4df Author: Network Service Mesh Bot Date: 2022-12-18 12:05:19 -0600 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 2dd5a1320370..63dbaa6debeb 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:a37e5d8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:7aed4df 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 d422f49c54a9..d201b98167a6 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:a37e5d8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:7aed4df 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 a1e74c78b1bd..0395523c0a97 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:a37e5d8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:7aed4df 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 59d8381b7520..b010ea565c27 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:a37e5d8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:7aed4df imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET