Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update rook-ceph group ( v1.15.7 → v1.16.1 ) (minor) #8594

Merged
merged 3 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.15.7
version: v1.16.1
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand All @@ -28,7 +28,6 @@ spec:
namespace: volsync-system
values:
csi:
enableVolumeGroupSnapshot: false # TODO: enable this when v1beta1 CRDs are available
cephFSKernelMountOptions: ms_mode=prefer-crc
enableLiveness: true
serviceMonitor:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
version: v1.15.7
version: v1.16.1
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down Expand Up @@ -46,8 +46,6 @@ spec:
bdev_async_discard = true
osd_class_update_on_start = false
cephClusterSpec:
cephVersion:
image: quay.io/ceph/ceph:v19.2.0 # TODO: Remove when Rook is updated >= v19.2.0
crashCollector:
disable: false
csi:
Expand Down
Loading