diff --git a/libvirt/Chart.yaml b/libvirt/Chart.yaml index af2a67fa1..46815d63c 100644 --- a/libvirt/Chart.yaml +++ b/libvirt/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm libvirt name: libvirt -version: 0.1.21 +version: 0.1.22 home: https://libvirt.org sources: - https://libvirt.org/git/?p=libvirt.git;a=summary diff --git a/libvirt/values.yaml b/libvirt/values.yaml index 3c2bad6e6..76f09ca11 100644 --- a/libvirt/values.yaml +++ b/libvirt/values.yaml @@ -220,6 +220,13 @@ dependencies: - endpoint: node service: local_image_registry targeted: + ovn: + libvirt: + pod: + - requireSameNode: true + labels: + application: ovn + component: ovn-controller openvswitch: libvirt: pod: diff --git a/releasenotes/notes/libvirt.yaml b/releasenotes/notes/libvirt.yaml index 40c357051..31aa79897 100644 --- a/releasenotes/notes/libvirt.yaml +++ b/releasenotes/notes/libvirt.yaml @@ -22,4 +22,5 @@ libvirt: - 0.1.19 Set kubernetes cgroup value equal kubepods.slice to fit systemd cgroup driver - 0.1.20 Update Ceph to 17.2.6 - 0.1.21 Disable libvirt cgroup functionality for cgroup-v2 + - 0.1.22 Set targeted dependency of libvirt with ovn networking backend ...