From 1c26c8e56fb5f5b13fb183d9496ad0e366fcc453 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 8 Aug 2024 10:07:48 +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/443 Commit: 052f7e8 Author: Network Service Mesh Bot Date: 2024-08-08 05:07:29 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#443) PR link: https://github.com/networkservicemesh/sdk/pull/1650 Commit: 3016313 Author: Nikita Skrynnik Date: 2024-08-08 21:03:55 +1100 Message: - Add a timeout for Closes in begin.Server (#1650) * fix corner cases of the begin chain element * disable Test_RestartDuringRefresh * add fresh context * add extended context * add refreshed close context everywhere in begin * fix some unit tests * unskip some tests * fix golang linter issues * debug * cleanup * fix race condition * add unit tests * fix go linter issues * fix race conditiong * apply review comments --------- Signed-off-by: denis-tingaikin Signed-off-by: NikitaSkrynnik 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 3b544d201233..8fd351086587 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:a8e4892 + image: ghcr.io/networkservicemesh/ci/cmd-admission-webhook-k8s:052f7e8 imagePullPolicy: IfNotPresent readinessProbe: httpGet: