From 02f61206ee59b9bec28b5291116d0c39813cd6ed Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:30:39 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsc-init@main (#12129) PR link: https://github.com/networkservicemesh/cmd-nsc-init/pull/762 Commit: 2429df7 Author: Network Service Mesh Bot Date: 2024-08-01 04:29:03 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#762) PR link: https://github.com/networkservicemesh/sdk-sriov/pull/601 Commit: 4e7ad9f Author: Network Service Mesh Bot Date: 2024-08-01 04:26:01 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#601) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/670 Commit: 418a2f4 Author: Network Service Mesh Bot Date: 2024-08-01 04:21:54 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#670) 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 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 d323a3397652..9b06399a0b7b 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:0b19914 + value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:2429df7 - name: NSM_LABELS value: spiffe.io/spiffe-id:true - name: NSM_ENVS