From bbc6057ec5edc73a9322db5c0d384d669b508c58 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 16 Dec 2025 21:48:42 +0000 Subject: [PATCH 1/3] chore: Update manifests after change --- clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml b/clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml index 330648f4c..04fc3ce75 100644 --- a/clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml +++ b/clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml @@ -53,7 +53,7 @@ spec: periodicity: daily mgr: allowMultiplePerNode: false - count: 0 + count: 1 modules: - enabled: true name: pg_autoscaler -- 2.49.1 From eddd9630779432d491da9dbd7137b598a74baeb5 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 16 Dec 2025 22:02:08 +0000 Subject: [PATCH 2/3] chore: Update manifests after change --- clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml b/clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml index c6a1f2477..2c11860c2 100644 --- a/clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml +++ b/clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml @@ -8,3 +8,6 @@ metadata: app.kubernetes.io/name: booklore app.kubernetes.io/instance: booklore app.kubernetes.io/part-of: booklore + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/warn: privileged -- 2.49.1 From 28072e35c740dbb02cc398370f6e0a22f1812d91 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 16 Dec 2025 22:04:39 +0000 Subject: [PATCH 3/3] chore: Update manifests after change --- ...m.yaml => VolumeSnapshotClass-ceph-filesystem-snapshot.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename clusters/cl01tl/manifests/rook-ceph/{VolumeSnapshotClass-ceph-filesystem.yaml => VolumeSnapshotClass-ceph-filesystem-snapshot.yaml} (92%) diff --git a/clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem.yaml b/clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem-snapshot.yaml similarity index 92% rename from clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem.yaml rename to clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem-snapshot.yaml index 7b7f4ad55..0878c0a20 100644 --- a/clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem.yaml +++ b/clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem-snapshot.yaml @@ -1,7 +1,7 @@ kind: VolumeSnapshotClass apiVersion: snapshot.storage.k8s.io/v1 metadata: - name: ceph-filesystem + name: ceph-filesystem-snapshot annotations: snapshot.storage.kubernetes.io/is-default-class: "false" driver: rook-ceph.cephfs.csi.ceph.com -- 2.49.1