Skip to content

Commit

Permalink
bump multus to v4.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: CNAO Bump Bot <[email protected]>
  • Loading branch information
web-flow committed Oct 15, 2024
1 parent 608031a commit 417809d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ components:
metadata: v0.11.1
multus:
url: https://github.com/k8snetworkplumbingwg/multus-cni
commit: adfb270991d410417a71755d01f53445510ef2a0
commit: e1a0d2a3fd4f490861ff1872840fdf0a69200747
branch: master
update-policy: tagged
metadata: v4.1.2
metadata: v4.1.3
multus-dynamic-networks:
url: https://github.com/k8snetworkplumbingwg/multus-dynamic-networks-controller
commit: e328aeb727e70165a8c7275aafa7035c963a8e22
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
)

const (
MultusImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-cni@sha256:c8bfe5bad3b5371a5677feb9e8e162da91b61bcac409c244f6f1b18c801ad006"
MultusImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-cni:v4.1.3-thick"
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"
Expand Down
4 changes: 2 additions & 2 deletions test/releases/99.0.0.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func init() {
ParentName: "multus",
ParentKind: "DaemonSet",
Name: "kube-multus",
Image: "ghcr.io/k8snetworkplumbingwg/multus-cni@sha256:c8bfe5bad3b5371a5677feb9e8e162da91b61bcac409c244f6f1b18c801ad006",
Image: "ghcr.io/k8snetworkplumbingwg/multus-cni:v4.1.3-thick",
},
{
ParentName: "dynamic-networks-controller-ds",
Expand All @@ -24,7 +24,7 @@ func init() {
ParentName: "multus",
ParentKind: "DaemonSet",
Name: "install-multus-binary",
Image: "ghcr.io/k8snetworkplumbingwg/multus-cni@sha256:c8bfe5bad3b5371a5677feb9e8e162da91b61bcac409c244f6f1b18c801ad006",
Image: "ghcr.io/k8snetworkplumbingwg/multus-cni:v4.1.3-thick",
},
{
ParentName: "bridge-marker",
Expand Down

0 comments on commit 417809d

Please sign in to comment.