From 0120d41f2f9433c62ca86c71b967aa4911edc93c Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 24 Feb 2025 11:53:24 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-admission-webhook-k8s@main PR link: https://github.com/networkservicemesh/cmd-admission-webhook-k8s/pull/481 Commit: 5934a89 Author: Network Service Mesh Bot Date: 2025-02-24 05:53:07 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#481) PR link: https://github.com/networkservicemesh/sdk-k8s/pull/546 Commit: 24dda3e Author: Network Service Mesh Bot Date: 2025-02-24 05:49:30 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#546) PR link: https://github.com/networkservicemesh/sdk/pull/1718 Commit: 8d9b776 Author: dependabot[bot] Date: 2025-02-24 11:37:18 +0100 Message: - Bump actions/checkout from 2 to 4 (#1718) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] 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 a120decc7e9..9e152c6ba13 100644 --- a/apps/admission-webhook-k8s/admission-webhook.yaml +++ b/apps/admission-webhook-k8s/admission-webhook.yaml @@ -18,7 +18,7 @@ spec: serviceAccount: admission-webhook-sa containers: - name: admission-webhook-k8s - image: ghcr.io/networkservicemesh/ci/cmd-admission-webhook-k8s:c9c69b2 + image: ghcr.io/networkservicemesh/ci/cmd-admission-webhook-k8s:5934a89 imagePullPolicy: IfNotPresent readinessProbe: httpGet: