From 098d7383cc7cf27f4fc0151b1bb750d62e9bf83c Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 1 Aug 2024 09:23:06 +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/761 Commit: 0b19914 Author: Network Service Mesh Bot Date: 2024-08-01 04:22:45 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#761) PR link: https://github.com/networkservicemesh/sdk/pull/1643 Commit: bc1d964 Author: Nikita Skrynnik Date: 2024-08-01 20:19:08 +1100 Message: - Leak fixes (#1643) * update grpcfd (#1640) * fix monitor * fix CI * add unit tests + fix some errors * add unit tests * fix CI * cleanup --------- Signed-off-by: Denis Tingaikin Signed-off-by: NikitaSkrynnik 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 b1ec029244c0..c199eeded0cf 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:c79c8e3 - name: NSM_INIT_CONTAINER_IMAGES - value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:bf7761d + value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:0b19914 - name: NSM_LABELS value: spiffe.io/spiffe-id:true - name: NSM_ENVS