Set targeted dependency of libvirt with ovn networking backend

Change-Id: I95fb525f4b91224cfd12a26eb7b873147de4e818
This commit is contained in:
root 2023-08-21 22:46:06 +10:00 committed by Vladimir Kozhukalov
parent e325bd6bcb
commit 8a650594b8
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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:

View File

@ -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
...