File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ components:
3737 metadata : v4.0.2
3838 multus-dynamic-networks :
3939 url : https://github.com/k8snetworkplumbingwg/multus-dynamic-networks-controller
40- commit : 21b6dee0542e5f402a19b86b2b925f3bd7940bdb
40+ commit : 489cb557d9a7b706a42a3fd233fb1977767bf2be
4141 branch : main
4242 update-policy : tagged
43- metadata : v0.3.2
43+ metadata : v0.3.3
4444 ovs-cni :
4545 url : https://github.com/k8snetworkplumbingwg/ovs-cni
4646 commit : 70e52f712649faa640361fe38bf76328356136d8
Original file line number Diff line number Diff line change 3131
3232const (
3333 MultusImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-cni@sha256:3fbcc32bd4e4d15bd93c96def784a229cd84cca27942bf4858b581f31c97ee02"
34- MultusDynamicNetworksImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:57573a24923e5588bca6bc337a8b2b08406c5b77583974365d2cf063c0dd5d06 "
34+ MultusDynamicNetworksImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:83b460502671fb4f34116363a1a39b2ddfc9d14a920ee0a6413bfc3bd0580404 "
3535 LinuxBridgeCniImageDefault = "quay.io/kubevirt/cni-default-plugins@sha256:c884d6d08f8c0db98964f1eb3877b44ade41fa106083802a9914775df17d5291"
3636 LinuxBridgeMarkerImageDefault = "quay.io/kubevirt/bridge-marker@sha256:bba066e3b5ff3fb8c5e20861fe8abe51e3c9b50ad6ce3b2616af9cb5479a06d0"
3737 KubeMacPoolImageDefault = "quay.io/kubevirt/kubemacpool@sha256:2f7a4ed0532909176b21eb3b80dec88a14e4f23d0c0aae129acd699636d058a3"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ func init() {
1818 ParentName : "dynamic-networks-controller-ds" ,
1919 ParentKind : "DaemonSet" ,
2020 Name : "dynamic-networks-controller" ,
21- Image : "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:57573a24923e5588bca6bc337a8b2b08406c5b77583974365d2cf063c0dd5d06 " ,
21+ Image : "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:83b460502671fb4f34116363a1a39b2ddfc9d14a920ee0a6413bfc3bd0580404 " ,
2222 },
2323 {
2424 ParentName : "multus" ,
You can’t perform that action at this time.
0 commit comments