From 59ba623b1c3448d83fc3f5029332d850c772651a Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 24 Sep 2024 10:31:25 +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/779 Commit: ceb3ff6 Author: Network Service Mesh Bot Date: 2024-09-24 05:31:05 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#779) PR link: https://github.com/networkservicemesh/sdk-sriov/pull/609 Commit: 58bee66 Author: Network Service Mesh Bot Date: 2024-09-24 05:27:36 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#609) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/680 Commit: 6405517 Author: Network Service Mesh Bot Date: 2024-09-24 05:23:57 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#680) PR link: https://github.com/networkservicemesh/sdk/pull/1526 Commit: 052aded Author: Ivan Osipov Date: 2024-09-24 14:21:51 +0400 Message: - Fix typo in server.go (#1526) 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 22a2191ee6dc..d6eca0884159 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:ff0d187 - name: NSM_INIT_CONTAINER_IMAGES - value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:aa296f8 + value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:ceb3ff6 - name: NSM_LABELS value: spiffe.io/spiffe-id:true - name: NSM_ENVS