From 461ab56bfbd1701928af41f97c92b92cbffc51f8 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 18 May 2024 18:36:54 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsc-init@main PR link: https://github.com/networkservicemesh/cmd-nsc-init/pull/749 Commit: 8bddfa8 Author: Network Service Mesh Bot Date: 2024-05-18 13:36:39 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#749) PR link: https://github.com/networkservicemesh/sdk/pull/1626 Commit: 7b51d9c Author: Vladislav Byrgazov Date: 2024-05-19 02:33:13 +0800 Message: - Fix memory leak in metrics chain element (#1626) * Fix memory leak in metrics chain element * Fix lint issues * Added check is opentelemetry enabled and fixed copyrights * Fix metrics memory leak by storing temp connection data in metadata * Added copyright * Address review comments * Fixed import --------- Signed-off-by: Vladislav Byrgazov Signed-off-by: NSMBot --- apps/admission-webhook-k8s/admission-webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admission-webhook-k8s/admission-webhook.yaml b/apps/admission-webhook-k8s/admission-webhook.yaml index e9f511bef3fc..da46902af7c8 100644 --- a/apps/admission-webhook-k8s/admission-webhook.yaml +++ b/apps/admission-webhook-k8s/admission-webhook.yaml @@ -43,7 +43,7 @@ spec: - name: NSM_CONTAINER_IMAGES value: ghcr.io/networkservicemesh/ci/cmd-nsc:086855e - name: NSM_INIT_CONTAINER_IMAGES - value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:d51d2f9 + value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:8bddfa8 - name: NSM_LABELS value: spiffe.io/spiffe-id:true - name: NSM_ENVS