chore(openstack): Sync charts (#688)
diff --git a/charts/libvirt/Chart.yaml b/charts/libvirt/Chart.yaml
index e43081d..9758221 100644
--- a/charts/libvirt/Chart.yaml
+++ b/charts/libvirt/Chart.yaml
@@ -8,4 +8,4 @@
sources:
- https://libvirt.org/git/?p=libvirt.git;a=summary
- https://opendev.org/openstack/openstack-helm
-version: 0.1.23
+version: 0.1.27
diff --git a/charts/libvirt/charts/helm-toolkit/requirements.lock b/charts/libvirt/charts/helm-toolkit/requirements.lock
index 1be4fbf..be213ec 100644
--- a/charts/libvirt/charts/helm-toolkit/requirements.lock
+++ b/charts/libvirt/charts/helm-toolkit/requirements.lock
@@ -1,3 +1,3 @@
dependencies: []
digest: sha256:643d5437104296e21d906ecb15b2c96ad278f20cfc4af53b12bb6069bd853726
-generated: "2023-10-04T02:47:43.2057745Z"
+generated: "2023-11-02T02:34:47.093652653Z"
diff --git a/charts/libvirt/requirements.lock b/charts/libvirt/requirements.lock
index a71c0cd..d5b9d70 100644
--- a/charts/libvirt/requirements.lock
+++ b/charts/libvirt/requirements.lock
@@ -3,4 +3,4 @@
repository: file://../helm-toolkit
version: 0.2.55
digest: sha256:fe6ad5ce9983b4435c76e650bb0050609eb56467a4429aa844e50d954d2e91c8
-generated: "2023-10-04T02:47:46.734613773Z"
+generated: "2023-11-02T02:35:03.387000272Z"
diff --git a/charts/libvirt/templates/role-cert-manager.yaml b/charts/libvirt/templates/role-cert-manager.yaml
index cab1059..b830690 100644
--- a/charts/libvirt/templates/role-cert-manager.yaml
+++ b/charts/libvirt/templates/role-cert-manager.yaml
@@ -41,6 +41,7 @@
- get
- list
- create
+ - watch
resources:
- certificates
- apiGroups:
diff --git a/charts/libvirt/values.yaml b/charts/libvirt/values.yaml
index c57c9f8..207b8fb 100644
--- a/charts/libvirt/values.yaml
+++ b/charts/libvirt/values.yaml
@@ -28,7 +28,7 @@
tags:
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_focal
libvirt_exporter: vexxhost/libvirtd-exporter:latest
- ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508'
+ ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_18.2.0-1-20231013'
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/library/docker:17.07.0
kubectl: docker.io/bitnami/kubectl:latest
@@ -335,4 +335,5 @@
tls:
server: libvirt-tls-server
client: libvirt-tls-client
+
...