Skip to content

Commit

Permalink
chore(rook): maybe its this
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 18, 2024
1 parent 48ddd1f commit 501880d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kubernetes/apps/rook-ceph/rook-ceph/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.16.0
version: v1.15.7
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand All @@ -23,6 +23,7 @@ spec:
retries: 3
values:
csi:
enableVolumeGroupSnapshot: false # TODO: enable this when v1beta1 CRDs are available
cephFSKernelMountOptions: ms_mode=prefer-crc
enableLiveness: true
serviceMonitor:
Expand Down
4 changes: 3 additions & 1 deletion kubernetes/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
version: v1.16.0
version: v1.15.7
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down Expand Up @@ -40,6 +40,8 @@ spec:
bdev_async_discard = true
osd_class_update_on_start = false
cephClusterSpec:
cephVersion:
image: quay.io/ceph/ceph:v19.2.0
crashCollector:
disable: false
csi:
Expand Down

0 comments on commit 501880d

Please sign in to comment.