From cc63bd08ed2d52bd32bb329264e25697fe01d87c Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 16 May 2024 03:00:29 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsc-init@main (#12002) PR link: https://github.com/networkservicemesh/cmd-nsc-init/pull/747 Commit: eb07dae Author: Network Service Mesh Bot Date: 2024-05-16 02:58:52 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#747) PR link: https://github.com/networkservicemesh/sdk/pull/1623 Commit: 3b79590 Author: Nikita Skrynnik Date: 2024-05-16 18:55:35 +1100 Message: - Fix some leaks in authorize chain elements (#1623) * fix some leaks in authorize chain elements * fix go linter issues * add tests for memory leaks * fix go linter issues * rerun CI --------- Signed-off-by: NSMBot Co-authored-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 ef8642262ece..42638c9e1de8 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:7e1daf9 + value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:eb07dae - name: NSM_LABELS value: spiffe.io/spiffe-id:true - name: NSM_ENVS