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"