From 8f32f79560a6480a021dde7a90ca916fd56d24b0 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 18 May 2024 18:41:52 +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/430 Commit: 2df1eeb Author: Network Service Mesh Bot Date: 2024-05-18 13:41:33 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#430) PR link: https://github.com/networkservicemesh/sdk-k8s/pull/506 Commit: 3fe77ab Author: Network Service Mesh Bot Date: 2024-05-18 13:37:43 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#506) 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 --- 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 6f083bbecc46..6d613b7d8462 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:8138028 + image: ghcr.io/networkservicemesh/ci/cmd-admission-webhook-k8s:2df1eeb imagePullPolicy: IfNotPresent readinessProbe: httpGet: