Skip to content

Commit

Permalink
feat(snapshot-controller): thanks devin
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 16, 2024
1 parent 48a9888 commit 2ddd43d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions kubernetes/apps/rook-ceph/rook-ceph/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
strategy: rollback
retries: 3
values:
enableVolumeGroupSnapshot: false # TODO: enable this when v1beta1 CRDs are available
csi:
cephFSKernelMountOptions: ms_mode=prefer-crc
enableLiveness: true
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/apps/rook-ceph/rook-ceph/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
dependsOn:
- name: snapshot-controller
path: ./kubernetes/apps/rook-ceph/rook-ceph/app
prune: true
sourceRef:
Expand All @@ -31,7 +33,6 @@ spec:
app.kubernetes.io/name: *app
dependsOn:
- name: rook-ceph
- name: snapshot-controller
path: ./kubernetes/apps/rook-ceph/rook-ceph/cluster
prune: true
sourceRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: snapshot-controller
version: 3.0.6
version: 4.0.0
sourceRef:
kind: HelmRepository
name: piraeus
Expand Down

0 comments on commit 2ddd43d

Please sign in to comment.