diff --git a/libvirt/Chart.yaml b/libvirt/Chart.yaml index 9d31431b2..6127d67c8 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.26 +version: 0.1.27 home: https://libvirt.org sources: - https://libvirt.org/git/?p=libvirt.git;a=summary diff --git a/libvirt/templates/role-cert-manager.yaml b/libvirt/templates/role-cert-manager.yaml index cab1059e1..b830690c1 100755 --- a/libvirt/templates/role-cert-manager.yaml +++ b/libvirt/templates/role-cert-manager.yaml @@ -41,6 +41,7 @@ rules: - get - list - create + - watch resources: - certificates - apiGroups: diff --git a/releasenotes/notes/libvirt.yaml b/releasenotes/notes/libvirt.yaml index 84ca658df..60c2a08cb 100644 --- a/releasenotes/notes/libvirt.yaml +++ b/releasenotes/notes/libvirt.yaml @@ -27,4 +27,5 @@ libvirt: - 0.1.24 Include HOSTNAME_FQDN for certificates - 0.1.25 Add 2023.2 Ubuntu Jammy overrides - 0.1.26 Update Rook to 1.12.5 and Ceph to 18.2.0 + - 0.1.27 Add watch verb to vencrypt cert-manager Role ...