Automated Manifest Update #3344

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2026-01-20 20:59:04 +00:00
4 changed files with 19 additions and 2 deletions

View File

@@ -7,8 +7,9 @@ spec:
monitoring: monitoring:
enabled: true enabled: true
cephVersion: cephVersion:
image: "quay.io/ceph/ceph:v19.2.3-20250717"
allowUnsupported: false allowUnsupported: false
image: quay.io/ceph/ceph:v19.2.3 imagePullPolicy:
cleanupPolicy: cleanupPolicy:
allowUninstallWithVolumes: false allowUninstallWithVolumes: false
confirmation: "" confirmation: ""

View File

@@ -18,7 +18,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: rook-ceph-tools - name: rook-ceph-tools
image: quay.io/ceph/ceph:v19.2.3 image: quay.io/ceph/ceph:v19.2.3-20250717
command: command:
- /bin/bash - /bin/bash
- -c - -c

View File

@@ -47,6 +47,7 @@ rules:
- cephblockpools - cephblockpools
- cephfilesystems - cephfilesystems
- cephnfses - cephnfses
- cephnvmeofgateways
- cephobjectstores - cephobjectstores
- cephobjectstoreusers - cephobjectstoreusers
- cephobjectrealms - cephobjectrealms

View File

@@ -0,0 +1,15 @@
kind: ServiceAccount
apiVersion: v1
metadata:
name: rook-ceph-nvmeof
namespace: rook-ceph
labels:
operator: rook
storage-backend: ceph
app.kubernetes.io/name: rook-ceph
app.kubernetes.io/instance: rook-ceph
app.kubernetes.io/version: v1.19.0
app.kubernetes.io/part-of: rook-ceph-operator
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/created-by: helm
helm.sh/chart: "rook-ceph-v1.19.0"