Skip to content

Commit

Permalink
feat(helm): update rook-ceph group ( v1.13.7 → v1.14.0 ) (minor) (#7298)
Browse files Browse the repository at this point in the history
Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com>
Co-authored-by: Devin Buhl <[email protected]>
  • Loading branch information
bot-ross[bot] and onedr0p authored Apr 3, 2024
1 parent f8439ce commit 43842ef
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.13.8
version: v1.14.0
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
50 changes: 27 additions & 23 deletions kubernetes/main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
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.13.8
version: v1.14.0
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down Expand Up @@ -48,10 +48,36 @@ spec:
bdev_async_discard = true
osd_class_update_on_start = false
cephClusterSpec:
crashCollector:
disable: false
dashboard:
enabled: true
urlPrefix: /
ssl: false
prometheusEndpoint: http://thanos-query-frontend.observability.svc.cluster.local:10902
mgr:
modules:
- name: pg_autoscaler
enabled: true
network:
provider: host
connections:
requireMsgr2: true
storage:
useAllNodes: true
useAllDevices: true
deviceFilter: nvme0n1
config:
osdsPerDevice: "1"
placement:
mgr: &placement
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
mon: *placement
resources:
mgr:
requests:
Expand All @@ -77,28 +103,6 @@ spec:
memory: 128Mi
limits:
memory: 256Mi
crashCollector:
disable: false
dashboard:
enabled: true
urlPrefix: /
ssl: false
prometheusEndpoint: http://thanos-query-frontend.observability.svc.cluster.local:10902
storage:
useAllNodes: true
useAllDevices: true
deviceFilter: nvme0n1
config:
osdsPerDevice: "1"
placement:
mgr: &placement
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
mon: *placement
cephBlockPools:
- name: ceph-blockpool
spec:
Expand Down

0 comments on commit 43842ef

Please sign in to comment.