Skip to content

Commit 1181e53

Browse files
author
NSMBot
committed
Update go.mod and go.sum to latest version from networkservicemesh/cmd-admission-webhook-k8s@main
PR link: networkservicemesh/cmd-admission-webhook-k8s#485 Commit: b20a978 Author: Network Service Mesh Bot Date: 2025-03-24 05:10:41 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#485) PR link: networkservicemesh/sdk-k8s#552 Commit: e0f3c56 Author: Network Service Mesh Bot Date: 2025-03-24 05:07:16 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#552) PR link: networkservicemesh/sdk#1708 Commit: dfa6271 Author: Botond Szirtes Date: 2025-03-24 11:01:13 +0100 Message: - Support custom certificates in metrics server (#1708) * Support custom certificates in metrics server * Validate CA file path for Prometheus * Adjust logging in server.go --------- Signed-off-by: Botond Szirtes <[email protected]> Signed-off-by: NSMBot <[email protected]>
1 parent 4dd36e5 commit 1181e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/admission-webhook-k8s/admission-webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccount: admission-webhook-sa
1919
containers:
2020
- name: admission-webhook-k8s
21-
image: ghcr.io/networkservicemesh/ci/cmd-admission-webhook-k8s:a0eac7f
21+
image: ghcr.io/networkservicemesh/ci/cmd-admission-webhook-k8s:b20a978
2222
imagePullPolicy: IfNotPresent
2323
readinessProbe:
2424
httpGet:

0 commit comments

Comments
 (0)