Skip to content

Commit

Permalink
bump kubemacpool to v0.46.0 (#1977)
Browse files Browse the repository at this point in the history
Signed-off-by: CNAO Bump Bot <noreply@github.com>
Co-authored-by: CNAO Bump Bot <noreply@github.com>
  • Loading branch information
kubevirt-bot and web-flow authored Jan 12, 2025
1 parent 06a0b0b commit c442a5d
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 @@ -13,10 +13,10 @@ components:
metadata: v0.0.16
kubemacpool:
url: https://github.com/k8snetworkplumbingwg/kubemacpool
commit: e47689f5de8ef4e2fca5751db25b1a77a61d7930
commit: 9be6f3e0b82b8b9796fe039d501668daa22d261f
branch: main
update-policy: tagged
metadata: v0.45.0
metadata: v0.46.0
kubevirt-ipam-controller:
url: https://github.com/kubevirt/ipam-extensions
commit: 5931a278ef4b3b42f9ebfee4981d851b43fd16dd
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
MultusDynamicNetworksImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:0bdf7dc9c15bdf7e5760955f05077c23868f3421141e8e623d75cf6b8cf36247"
LinuxBridgeCniImageDefault = "quay.io/kubevirt/cni-default-plugins@sha256:976a24392c2a096c38c2663d234b2d3131f5c24558889196d30b9ac1b6716788"
LinuxBridgeMarkerImageDefault = "quay.io/kubevirt/bridge-marker@sha256:e492ca4a6d1234781928aedefb096941d95babee4116baaba4d2a3834813826a"
KubeMacPoolImageDefault = "quay.io/kubevirt/kubemacpool@sha256:eebb65b8a12cbfc20a429bbba399eb5a5c2279f8613c36965957ee7c36cfcbd6"
KubeMacPoolImageDefault = "quay.io/kubevirt/kubemacpool@sha256:477a781717cebdb3ce7b63338c44abb9e34058ca9849f932d6d5cef8950b532e"
OvsCniImageDefault = "ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin@sha256:d088e47f181007fe4823f0384ebae071950d105cd36c9187f9d06fd815288990"
MacvtapCniImageDefault = "quay.io/kubevirt/macvtap-cni@sha256:10e631dea111c070e67b03ab1fdd5563eb95fb3f14959ffc66386cdf215133c9"
KubeRbacProxyImageDefault = "quay.io/brancz/kube-rbac-proxy@sha256:e6a323504999b2a4d2a6bf94f8580a050378eba0900fd31335cf9df5787d9a9b"
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 @@ -42,7 +42,7 @@ func init() {
ParentName: "kubemacpool-mac-controller-manager",
ParentKind: "Deployment",
Name: "manager",
Image: "quay.io/kubevirt/kubemacpool@sha256:eebb65b8a12cbfc20a429bbba399eb5a5c2279f8613c36965957ee7c36cfcbd6",
Image: "quay.io/kubevirt/kubemacpool@sha256:477a781717cebdb3ce7b63338c44abb9e34058ca9849f932d6d5cef8950b532e",
},
{
ParentName: "kubemacpool-mac-controller-manager",
Expand All @@ -54,7 +54,7 @@ func init() {
ParentName: "kubemacpool-cert-manager",
ParentKind: "Deployment",
Name: "manager",
Image: "quay.io/kubevirt/kubemacpool@sha256:eebb65b8a12cbfc20a429bbba399eb5a5c2279f8613c36965957ee7c36cfcbd6",
Image: "quay.io/kubevirt/kubemacpool@sha256:477a781717cebdb3ce7b63338c44abb9e34058ca9849f932d6d5cef8950b532e",
},
{
ParentName: "ovs-cni-amd64",
Expand Down

0 comments on commit c442a5d

Please sign in to comment.