Skip to content

Commit

Permalink
bump kubemacpool to v0.44.1 (#1877)
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 Aug 19, 2024
1 parent fb5755d commit 1b1fb63
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.15
kubemacpool:
url: https://github.com/k8snetworkplumbingwg/kubemacpool
commit: 98d8b8233b860598ee9dd5a7ba159971e5e99be2
commit: 22482e75a4fb4ea986d03f7876bc0f1241860a0e
branch: release-0.44
update-policy: latest
metadata: v0.44.0
metadata: v0.44.1
kubevirt-ipam-controller:
url: https://github.com/kubevirt/ipam-extensions
commit: 31dd1cd2aabc10645bbd99cb5cb7544944226d3e
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:83b460502671fb4f34116363a1a39b2ddfc9d14a920ee0a6413bfc3bd0580404"
LinuxBridgeCniImageDefault = "quay.io/kubevirt/cni-default-plugins@sha256:0c354fa9d695b8cab97b459e8afea2f7662407a987e83f6f6f1a8af4b45726be"
LinuxBridgeMarkerImageDefault = "quay.io/kubevirt/bridge-marker@sha256:18d954d58b9830738df9bf5c9a575d22b33096d1af26fb6bc2da09fb31c9f73a"
KubeMacPoolImageDefault = "quay.io/kubevirt/kubemacpool@sha256:677971a25ff3ce95d9e6ecc86090a09f0ae691ce67b8349384f1881562feed7b"
KubeMacPoolImageDefault = "quay.io/kubevirt/kubemacpool@sha256:9658d2267aec3c1f1d243c8e79385db8ba97784ba7342255643f59f78506cfdc"
OvsCniImageDefault = "ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin@sha256:54be8fcacee50af64deafa9e99f3fe079033630c00c4ed9f74d17b0d91009f10"
MacvtapCniImageDefault = "quay.io/kubevirt/macvtap-cni@sha256:850b89343ace7c7ea6b18dd8e11964613974e9d1f7377af03854d407fb15230a"
KubeRbacProxyImageDefault = "quay.io/openshift/origin-kube-rbac-proxy@sha256:e2def4213ec0657e72eb790ae8a115511d5b8f164a62d3568d2f1bff189917e8"
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:677971a25ff3ce95d9e6ecc86090a09f0ae691ce67b8349384f1881562feed7b",
Image: "quay.io/kubevirt/kubemacpool@sha256:9658d2267aec3c1f1d243c8e79385db8ba97784ba7342255643f59f78506cfdc",
},
{
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:677971a25ff3ce95d9e6ecc86090a09f0ae691ce67b8349384f1881562feed7b",
Image: "quay.io/kubevirt/kubemacpool@sha256:9658d2267aec3c1f1d243c8e79385db8ba97784ba7342255643f59f78506cfdc",
},
{
ParentName: "ovs-cni-amd64",
Expand Down

0 comments on commit 1b1fb63

Please sign in to comment.