Automated Manifest Update (#3344)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #3344 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3344.
This commit is contained in:
@@ -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: ""
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ rules:
|
|||||||
- cephblockpools
|
- cephblockpools
|
||||||
- cephfilesystems
|
- cephfilesystems
|
||||||
- cephnfses
|
- cephnfses
|
||||||
|
- cephnvmeofgateways
|
||||||
- cephobjectstores
|
- cephobjectstores
|
||||||
- cephobjectstoreusers
|
- cephobjectstoreusers
|
||||||
- cephobjectrealms
|
- cephobjectrealms
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user