Skip to content

Commit

Permalink
ci: fix multus installation (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Apr 6, 2023
1 parent e77adbb commit c3438b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GOLDFLAGS = "-w -s -extldflags '-z now' -X github.com/kubeovn/kube-ovn/versions.

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

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

CILIUM_VERSION = 1.12.7
Expand Down

0 comments on commit c3438b4

Please sign in to comment.