Skip to content

Commit

Permalink
ci: fix multus installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Apr 5, 2023
1 parent d2523f4 commit fa7858e
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 @@ -21,7 +21,7 @@ CONTROL_PLANE_TAINTS = node-role.kubernetes.io/master node-role.kubernetes.io/co

CHART_UPGRADE_RESTART_OVS=$(shell echo $${CHART_UPGRADE_RESTART_OVS:-false})

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

KUBEVIRT_VERSION = v0.58.0
Expand Down

0 comments on commit fa7858e

Please sign in to comment.