From 07c735f632147378c4af8e7b4ce6f390d38e3d69 Mon Sep 17 00:00:00 2001 From: "Mosher, Jaymes (jm616v)" Date: Fri, 13 Oct 2023 10:37:23 -0600 Subject: [PATCH] Add watch verb to cert-manager Role for vencrypt Change-Id: I32717302aee97748574d8767b1d19824577ad41b --- libvirt/Chart.yaml | 2 +- libvirt/templates/role-cert-manager.yaml | 1 + releasenotes/notes/libvirt.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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 ...