From 9802db9ff4710519c177470f42a172cbf74e8652 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Sat, 18 May 2024 13:38:21 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-admission-webhook-k8s@main (#12016) PR link: https://github.com/networkservicemesh/cmd-admission-webhook-k8s/pull/429 Commit: 8138028 Author: Network Service Mesh Bot Date: 2024-05-18 13:36:48 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#429) PR link: https://github.com/networkservicemesh/sdk/pull/1626 Commit: 7b51d9c Author: Vladislav Byrgazov Date: 2024-05-19 02:33:13 +0800 Message: - Fix memory leak in metrics chain element (#1626) * Fix memory leak in metrics chain element * Fix lint issues * Added check is opentelemetry enabled and fixed copyrights * Fix metrics memory leak by storing temp connection data in metadata * Added copyright * Address review comments * Fixed import --------- Signed-off-by: Vladislav Byrgazov 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 e9f511bef3fc..6f083bbecc46 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:f7f4eea + image: ghcr.io/networkservicemesh/ci/cmd-admission-webhook-k8s:8138028 imagePullPolicy: IfNotPresent readinessProbe: httpGet: