From 0a9e7ccb57f02398b8d1dcf286066c79899aaec2 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 17 Oct 2024 23:52:29 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-vlan-vpp@main PR link: https://github.com/networkservicemesh/cmd-nse-vlan-vpp/pull/525 Commit: 27afdf3 Author: Network Service Mesh Bot Date: 2024-10-17 18:52:15 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#525) PR link: https://github.com/networkservicemesh/sdk-vpp/pull/864 Commit: f8b5d51 Author: Network Service Mesh Bot Date: 2024-10-17 18:48:40 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#864) 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 --- apps/nse-vlan-vpp/nse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nse-vlan-vpp/nse.yaml b/apps/nse-vlan-vpp/nse.yaml index f8121045ff57..a4b2b239dc4a 100644 --- a/apps/nse-vlan-vpp/nse.yaml +++ b/apps/nse-vlan-vpp/nse.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:79651d3 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:27afdf3 imagePullPolicy: IfNotPresent securityContext: privileged: true