From 47b94340e9d5f03e2c373e3addcfeb32b6188a0f Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Mon, 9 Oct 2023 17:22:35 -0500 Subject: [PATCH] Add 2023.2 Ubuntu Jammy overrides for libvirt chart Change-Id: I4c9c3f290622df19953b94c61424bcece98d904f --- libvirt/Chart.yaml | 2 +- libvirt/values_overrides/2023.2-ubuntu_jammy.yaml | 5 +++++ releasenotes/notes/libvirt.yaml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 libvirt/values_overrides/2023.2-ubuntu_jammy.yaml diff --git a/libvirt/Chart.yaml b/libvirt/Chart.yaml index 7445124b8..b0fdbd262 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.24 +version: 0.1.25 home: https://libvirt.org sources: - https://libvirt.org/git/?p=libvirt.git;a=summary diff --git a/libvirt/values_overrides/2023.2-ubuntu_jammy.yaml b/libvirt/values_overrides/2023.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..e4c1ef760 --- /dev/null +++ b/libvirt/values_overrides/2023.2-ubuntu_jammy.yaml @@ -0,0 +1,5 @@ +--- +images: + tags: + libvirt: docker.io/openstackhelm/libvirt:2023.2-ubuntu_jammy +... diff --git a/releasenotes/notes/libvirt.yaml b/releasenotes/notes/libvirt.yaml index e714665c9..6f2f202c3 100644 --- a/releasenotes/notes/libvirt.yaml +++ b/releasenotes/notes/libvirt.yaml @@ -25,4 +25,5 @@ libvirt: - 0.1.22 Set targeted dependency of libvirt with ovn networking backend - 0.1.23 Add support for enabling vencrypt - 0.1.24 Include HOSTNAME_FQDN for certificates + - 0.1.25 Add 2023.2 Ubuntu Jammy overrides ...