Add 2023.2 Ubuntu Jammy overrides for libvirt chart

Change-Id: I4c9c3f290622df19953b94c61424bcece98d904f
This commit is contained in:
Vladimir Kozhukalov 2023-10-09 17:22:35 -05:00
parent 540e62271c
commit 47b94340e9
3 changed files with 7 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.24
version: 0.1.25
home: https://libvirt.org
sources:
- https://libvirt.org/git/?p=libvirt.git;a=summary

View File

@ -0,0 +1,5 @@
---
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:2023.2-ubuntu_jammy
...

View File

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