From 3f7b0c10ce6f30c188a6025d62e19494ce543c2c Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 12 Nov 2025 14:43:55 -0500 Subject: [PATCH] multus: use pinned version instead of general 'thick' image --- system-apps/multus/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-apps/multus/daemonset.yaml b/system-apps/multus/daemonset.yaml index 365866f..6c527b5 100644 --- a/system-apps/multus/daemonset.yaml +++ b/system-apps/multus/daemonset.yaml @@ -30,7 +30,7 @@ spec: serviceAccountName: multus containers: - name: kube-multus - image: ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick + image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.2.3-thick command: [ "/usr/src/multus-cni/bin/multus-daemon" ] resources: requests: @@ -77,7 +77,7 @@ spec: fieldPath: spec.nodeName initContainers: - name: install-multus-binary - image: ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick + image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.2.3-thick command: - "/usr/src/multus-cni/bin/install_multus" - "-d"