Skip to content
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
2 changes: 1 addition & 1 deletion kubernetes/rook-ceph/cluster/rook-ceph-cluster.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.18.5
version: v1.18.4
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/rook-ceph/operator/rook-ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.18.5
version: v1.18.4
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
2 changes: 1 addition & 1 deletion setup/crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resources:
# │ rook-ceph │
# └──────────────────┘
# renovate: datasource=github-releases depName=rook/rook
# https://github.com/rook/rook/raw/v1.18.5/deploy/examples/crds.yaml
# https://github.com/rook/rook/raw/v1.18.4/deploy/examples/crds.yaml
- ./vendor/rook_rook/crds.yaml

# ┌──────────────────────────────────┐
Expand Down
16 changes: 0 additions & 16 deletions setup/crds/vendor/rook_rook/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8057,22 +8057,6 @@ spec:
nullable: true
type: object
x-kubernetes-preserve-unknown-fields: true
cacheMemoryLimitFactor:
description: |-
CacheMemoryLimitFactor is the factor applied to the memory limit to determine the MDS cache memory limit.
MDS cache memory limit should be set to 50-60% of RAM reserved for the MDS container.
MDS uses approximately 125% of the value of mds_cache_memory_limit in RAM.
This factor is applied when resources.limits.memory is set.
maximum: 1
minimum: 0
type: number
cacheMemoryRequestFactor:
description: |-
CacheMemoryRequestFactor is the factor applied to the memory request to determine the MDS cache memory limit.
This factor is applied when resources.requests.memory is set and resources.limits.memory is not set.
maximum: 1
minimum: 0
type: number
labels:
additionalProperties:
type: string
Expand Down
Loading