From 77fadc8209fb83e6fdce3ed66f561689e8567e16 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 3 Jul 2024 14:08:59 +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/756 Commit: 65f7a69 Author: Network Service Mesh Bot Date: 2024-07-03 09:08:00 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#756) PR link: https://github.com/networkservicemesh/sdk/pull/1642 Commit: 21369bd Author: Denis Tingaikin Date: 2024-07-03 17:04:24 +0300 Message: - fix 'Segmentation violation in nsmgr' (#1642) * fix 'Segmentation violation in nsmgr' * add unit test to cover issue * Fix linter issue --------- 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 a5504dd523ce..3cffd7d4bda1 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:08d2e56 + value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:65f7a69 - name: NSM_LABELS value: spiffe.io/spiffe-id:true - name: NSM_ENVS