Skip to content

Commit

Permalink
feat: Bump rook-ceph to 1.11.2 (#1115)
Browse files Browse the repository at this point in the history
* chore: Update rook-ceph 1.10.11 => 1.11.2

* chore: Move rook-ceph/1.10.11 => rook-ceph/1.11.2

* chore: Update rook-ceph-cluster 1.10.11 => 1.11.2

* chore: Move rook-ceph-cluster/1.10.11 => rook-ceph-cluster/1.11.2

* fix: Bump missing ceph version in pre-install

* feat: Bump ceph in licenses

* fix: Remove deprecated healthCheck spec

* feat: Remove pspEnable as it is now defaulted to false

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Grace Do <[email protected]>
  • Loading branch information
3 people authored Apr 5, 2023
1 parent d761d6a commit 559db59
Show file tree
Hide file tree
Showing 23 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ resources:
ref: ${image_tag}
license_path: LICENSE
notice_path: NOTICE
- container_image: docker.io/rook/ceph:v1.10.11
- container_image: docker.io/rook/ceph:v1.11.2
sources:
- url: https://github.com/rook/rook
ref: ${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: rook-ceph-cluster-1.10.11-d2iq-defaults
name: rook-ceph-cluster-1.11.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -14,10 +14,6 @@ data:
# This is enabled by default to workaround D2IQ-96634
enabled: true
# PSP is Unsupported in 1.25+ k8s
# Set this to the same value as the rook-ceph chart.
pspEnable: false
# All values below are taken from the CephCluster CRD
cephClusterSpec:
labels:
Expand Down Expand Up @@ -166,9 +162,6 @@ data:
requests:
cpu: "250m"
memory: "500Mi"
healthCheck:
bucket:
interval: 60s
storageClass:
enabled: true
name: dkp-object-store # Defined once per namespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: charts.rook.io-release
namespace: kommander-flux
version: v1.10.11
version: v1.11.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,5 +25,5 @@ spec:
releaseName: rook-ceph-cluster
valuesFrom:
- kind: ConfigMap
name: rook-ceph-cluster-1.10.11-d2iq-defaults
name: rook-ceph-cluster-1.11.2-d2iq-defaults
targetNamespace: ${releaseNamespace}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/rook-ceph-cluster/1.10.11/objectbucketclaims
path: ./services/rook-ceph-cluster/1.11.2/objectbucketclaims
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
releaseName: object-bucket-claims
valuesFrom:
- kind: ConfigMap
name: rook-ceph-cluster-1.10.11-d2iq-defaults
name: rook-ceph-cluster-1.11.2-d2iq-defaults
- kind: ConfigMap
name: rook-ceph-cluster-overrides
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/rook-ceph-cluster/1.10.11/pre-install
path: ./services/rook-ceph-cluster/1.11.2/pre-install
sourceRef:
kind: GitRepository
name: management
Expand All @@ -19,4 +19,4 @@ spec:
substitute:
releaseNamespace: ${releaseNamespace}
# Update the following version whenever ceph-cluster service is bumped.
desiredCephOperatorVersion: v1.10.11
desiredCephOperatorVersion: v1.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/rook-ceph-cluster/1.10.11/helmrelease
path: ./services/rook-ceph-cluster/1.11.2/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: rook-ceph-1.10.11-d2iq-defaults
name: rook-ceph-1.11.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -23,9 +23,6 @@ data:
# Whether rook watches its current namespace for CRDs or the entire cluster, defaults to false
currentNamespaceOnly: true
# PSP is Unsupported in 1.25+ k8s
pspEnable: false
logLevel: DEBUG
csi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: charts.rook.io-release
namespace: kommander-flux
version: v1.10.11
version: v1.11.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,5 +25,5 @@ spec:
releaseName: rook-ceph
valuesFrom:
- kind: ConfigMap
name: rook-ceph-1.10.11-d2iq-defaults
name: rook-ceph-1.11.2-d2iq-defaults
targetNamespace: ${releaseNamespace}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/rook-ceph/1.10.11/helmrelease
path: ./services/rook-ceph/1.11.2/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down

0 comments on commit 559db59

Please sign in to comment.