From 36c2c48f046aad7d82cf579ae419756db5acf0d9 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 12 Oct 2022 14:35:46 +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/49 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: 9ba5169 Author: Network Service Mesh Bot Date: 2022-10-12 09:35:28 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sd… Signed-off-by: NSMBot --- .../interdomain/nsm_consul/nse-auto-scale/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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/interdomain/nsm_consul/nse-auto-scale/pod-template.yaml b/examples/interdomain/nsm_consul/nse-auto-scale/pod-template.yaml index dc39701cb11e..23f01318abff 100644 --- a/examples/interdomain/nsm_consul/nse-auto-scale/pod-template.yaml +++ b/examples/interdomain/nsm_consul/nse-auto-scale/pod-template.yaml @@ -14,7 +14,7 @@ spec: restartPolicy: Never containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:a8941dd + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:9ba5169 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 5348a6f8a59e..d9d4f80ad6ce 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:a8941dd + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:9ba5169 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 7ae32bf0e81d..41346d37e5e5 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:a8941dd + image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:9ba5169 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET