From 03bc08ae998cd898fd0d597688d869b2c7b14005 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 15 Oct 2024 10:06:28 +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/786 Commit: 97dab56 Author: Network Service Mesh Bot Date: 2024-10-15 05:06:14 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#786) PR link: https://github.com/networkservicemesh/sdk-sriov/pull/615 Commit: dee1032 Author: Network Service Mesh Bot Date: 2024-10-15 05:03:07 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#615) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/687 Commit: 3f42b19 Author: Network Service Mesh Bot Date: 2024-10-15 04:59:14 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#687) PR link: https://github.com/networkservicemesh/sdk/pull/1681 Commit: 7ebf92e Author: Nikita Skrynnik Date: 2024-10-15 16:56:55 +0700 Message: - fix context leak in timeout chain element (#1681) 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 9b82855c6e4..87d9990439d 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:07b797a - name: NSM_INIT_CONTAINER_IMAGES - value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:7421855 + value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:97dab56 - name: NSM_LABELS value: spiffe.io/spiffe-id:true - name: NSM_ENVS