From 54e0ba111979c4d42fd91e3f0bd4453e5f725b69 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:54:07 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsc-init@main (#12472) PR link: https://github.com/networkservicemesh/cmd-nsc-init/pull/790 Commit: bc80332 Author: Network Service Mesh Bot Date: 2024-10-17 18:52:33 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#790) PR link: https://github.com/networkservicemesh/sdk-sriov/pull/620 Commit: a55e390 Author: Network Service Mesh Bot Date: 2024-10-17 18:49:21 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#620) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/692 Commit: 4f9e691 Author: Network Service Mesh Bot Date: 2024-10-17 18:45:10 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#692) PR link: https://github.com/networkservicemesh/sdk/pull/1686 Commit: 9a6b64b Author: dependabot[bot] Date: 2024-10-17 19:42:57 -0400 Message: - Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 (#1686) Bumps [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) from 0.4.4 to 0.4.6. - [Release notes](https://github.com/nats-io/nkeys/releases) - [Changelog](https://github.com/nats-io/nkeys/blob/main/.goreleaser.yml) - [Commits](https://github.com/nats-io/nkeys/compare/v0.4.4...v0.4.6) --- updated-dependencies: - dependency-name: github.com/nats-io/nkeys dependency-type: indirect ... Signed-off-by: dependabot[bot] 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 273131fc3f94..b8c8c2f885c1 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:d838c89 - name: NSM_INIT_CONTAINER_IMAGES - value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:15b628a + value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:bc80332 - name: NSM_LABELS value: spiffe.io/spiffe-id:true - name: NSM_ENVS