Skip to content

Commit

Permalink
bump ovs-cni to v0.34.1 (#1823)
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 Jul 3, 2024
1 parent bd3cc37 commit f9482b6
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 @@ -49,7 +49,7 @@ components:
metadata: v0.3.3
ovs-cni:
url: https://github.com/k8snetworkplumbingwg/ovs-cni
commit: 86f45a9f291cd99660ab96f8692674692c53fbd2
commit: 067f77c4b758b00384898561e605a0f343593d39
branch: main
update-policy: tagged
metadata: v0.34.0
metadata: v0.34.1
2 changes: 1 addition & 1 deletion pkg/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
LinuxBridgeCniImageDefault = "quay.io/kubevirt/cni-default-plugins@sha256:0c354fa9d695b8cab97b459e8afea2f7662407a987e83f6f6f1a8af4b45726be"
LinuxBridgeMarkerImageDefault = "quay.io/kubevirt/bridge-marker@sha256:bba066e3b5ff3fb8c5e20861fe8abe51e3c9b50ad6ce3b2616af9cb5479a06d0"
KubeMacPoolImageDefault = "quay.io/kubevirt/kubemacpool@sha256:20e156be33e6d3692c456081acbb91a4349f94de448f7d1f1cddd0228931b31f"
OvsCniImageDefault = "ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin@sha256:d58c57ded428d672d455b338c202c67f17e37631d46d7e0831d7304edfd62ad2"
OvsCniImageDefault = "ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin@sha256:a53d381d62796f44c8db4bb7ee0a1ada7c5355ef869a20382affcb5e21a5e3f2"
MacvtapCniImageDefault = "quay.io/kubevirt/macvtap-cni@sha256:850b89343ace7c7ea6b18dd8e11964613974e9d1f7377af03854d407fb15230a"
KubeRbacProxyImageDefault = "quay.io/openshift/origin-kube-rbac-proxy@sha256:e2def4213ec0657e72eb790ae8a115511d5b8f164a62d3568d2f1bff189917e8"
KubeSecondaryDNSImageDefault = "ghcr.io/kubevirt/kubesecondarydns@sha256:6268d84154e2483fbce8c1adacbdaf6f0839117b2d48d9fa4687cc8f76bd5130"
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 @@ -60,13 +60,13 @@ func init() {
ParentName: "ovs-cni-amd64",
ParentKind: "DaemonSet",
Name: "ovs-cni-plugin",
Image: "ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin@sha256:d58c57ded428d672d455b338c202c67f17e37631d46d7e0831d7304edfd62ad2",
Image: "ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin@sha256:a53d381d62796f44c8db4bb7ee0a1ada7c5355ef869a20382affcb5e21a5e3f2",
},
{
ParentName: "ovs-cni-amd64",
ParentKind: "DaemonSet",
Name: "ovs-cni-marker",
Image: "ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin@sha256:d58c57ded428d672d455b338c202c67f17e37631d46d7e0831d7304edfd62ad2",
Image: "ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin@sha256:a53d381d62796f44c8db4bb7ee0a1ada7c5355ef869a20382affcb5e21a5e3f2",
},
{
ParentName: "secondary-dns",
Expand Down

0 comments on commit f9482b6

Please sign in to comment.