Skip to content

Commit

Permalink
bump multus-dynamic-networks to v0.3.4 (#1909)
Browse files Browse the repository at this point in the history
Signed-off-by: CNAO Bump Bot <[email protected]>
Co-authored-by: CNAO Bump Bot <[email protected]>
  • Loading branch information
kubevirt-bot and web-flow authored Sep 30, 2024
1 parent d18974e commit 81643e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ components:
metadata: v4.0.2
multus-dynamic-networks:
url: https://github.com/k8snetworkplumbingwg/multus-dynamic-networks-controller
commit: 489cb557d9a7b706a42a3fd233fb1977767bf2be
commit: e328aeb727e70165a8c7275aafa7035c963a8e22
branch: main
update-policy: tagged
metadata: v0.3.3
metadata: v0.3.4
ovs-cni:
url: https://github.com/k8snetworkplumbingwg/ovs-cni
commit: 44e6a7bcfbfede374283eaf6a22eb6396f57367a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ metadata:
data:
dynamic-networks-config.json: |
{
"criType": "crio",
"criSocketPath": "/host/run/crio/crio.sock",
"multusSocketPath": "/host/run/multus/multus.sock"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (

const (
MultusImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-cni@sha256:3fbcc32bd4e4d15bd93c96def784a229cd84cca27942bf4858b581f31c97ee02"
MultusDynamicNetworksImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:83b460502671fb4f34116363a1a39b2ddfc9d14a920ee0a6413bfc3bd0580404"
MultusDynamicNetworksImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:0bdf7dc9c15bdf7e5760955f05077c23868f3421141e8e623d75cf6b8cf36247"
LinuxBridgeCniImageDefault = "quay.io/kubevirt/cni-default-plugins@sha256:0c354fa9d695b8cab97b459e8afea2f7662407a987e83f6f6f1a8af4b45726be"
LinuxBridgeMarkerImageDefault = "quay.io/kubevirt/bridge-marker@sha256:18d954d58b9830738df9bf5c9a575d22b33096d1af26fb6bc2da09fb31c9f73a"
KubeMacPoolImageDefault = "quay.io/kubevirt/kubemacpool@sha256:677971a25ff3ce95d9e6ecc86090a09f0ae691ce67b8349384f1881562feed7b"
Expand Down
2 changes: 1 addition & 1 deletion test/releases/99.0.0.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func init() {
ParentName: "dynamic-networks-controller-ds",
ParentKind: "DaemonSet",
Name: "dynamic-networks-controller",
Image: "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:83b460502671fb4f34116363a1a39b2ddfc9d14a920ee0a6413bfc3bd0580404",
Image: "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:0bdf7dc9c15bdf7e5760955f05077c23868f3421141e8e623d75cf6b8cf36247",
},
{
ParentName: "multus",
Expand Down

0 comments on commit 81643e5

Please sign in to comment.