Skip to content

Commit 5b099ed

Browse files
committed
ci: fix multus installation (#2604)
1 parent fdc2301 commit 5b099ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GOLDFLAGS = "-w -s -extldflags '-z now' -X github.com/kubeovn/kube-ovn/versions.
1212

1313
CONTROL_PLANE_TAINTS = node-role.kubernetes.io/master node-role.kubernetes.io/control-plane
1414

15-
MULTUS_IMAGE = ghcr.io/k8snetworkplumbingwg/multus-cni:stable
15+
MULTUS_IMAGE = ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
1616
MULTUS_YAML = https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset.yml
1717

1818
CILIUM_VERSION = 1.12.7

0 commit comments

Comments
 (0)