fix(container): update rook-ceph group ( v1.18.1 ➔ v1.18.2 )#3337
Merged
binaryn3xus merged 1 commit intomainfrom Sep 11, 2025
Merged
fix(container): update rook-ceph group ( v1.18.1 ➔ v1.18.2 )#3337binaryn3xus merged 1 commit intomainfrom
binaryn3xus merged 1 commit intomainfrom
Conversation
Contributor
Author
--- kubernetes/apps/rook-ceph/rook-ceph/cluster Kustomization: rook-ceph/rook-ceph-cluster OCIRepository: rook-ceph/rook-ceph-cluster
+++ kubernetes/apps/rook-ceph/rook-ceph/cluster Kustomization: rook-ceph/rook-ceph-cluster OCIRepository: rook-ceph/rook-ceph-cluster
@@ -11,9 +11,9 @@
spec:
interval: 5m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: v1.18.1
+ tag: v1.18.2
url: oci://ghcr.io/rook/rook-ceph-cluster
--- kubernetes/apps/rook-ceph/rook-ceph/app Kustomization: rook-ceph/rook-ceph OCIRepository: rook-ceph/rook-ceph
+++ kubernetes/apps/rook-ceph/rook-ceph/app Kustomization: rook-ceph/rook-ceph OCIRepository: rook-ceph/rook-ceph
@@ -11,9 +11,9 @@
spec:
interval: 5m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: v1.18.1
+ tag: v1.18.2
url: oci://ghcr.io/rook/rook-ceph
|
Contributor
Author
--- HelmRelease: rook-ceph/rook-ceph-cluster StorageClass: rook-ceph/ceph-block
+++ HelmRelease: rook-ceph/rook-ceph-cluster StorageClass: rook-ceph/ceph-block
@@ -1,15 +1,12 @@
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: ceph-block
annotations:
- helm.sh/hook: post-install,pre-upgrade
- helm.sh/hook-delete-policy: before-hook-creation
- helm.sh/resource-policy: keep
storageclass.kubernetes.io/is-default-class: 'true'
provisioner: rook-ceph.rbd.csi.ceph.com
parameters:
pool: ceph-blockpool
clusterID: rook-ceph
csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner
--- HelmRelease: rook-ceph/rook-ceph-cluster StorageClass: rook-ceph/ceph-filesystem
+++ HelmRelease: rook-ceph/rook-ceph-cluster StorageClass: rook-ceph/ceph-filesystem
@@ -1,15 +1,12 @@
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: ceph-filesystem
annotations:
- helm.sh/hook: post-install,pre-upgrade
- helm.sh/hook-delete-policy: before-hook-creation
- helm.sh/resource-policy: keep
storageclass.kubernetes.io/is-default-class: 'false'
provisioner: rook-ceph.cephfs.csi.ceph.com
parameters:
fsName: ceph-filesystem
pool: ceph-filesystem-data0
clusterID: rook-ceph
--- HelmRelease: rook-ceph/rook-ceph-cluster VolumeSnapshotClass: rook-ceph/csi-ceph-filesystem
+++ HelmRelease: rook-ceph/rook-ceph-cluster VolumeSnapshotClass: rook-ceph/csi-ceph-filesystem
@@ -1,15 +1,12 @@
---
apiVersion: snapshot.storage.k8s.io/v1
kind: VolumeSnapshotClass
metadata:
name: csi-ceph-filesystem
annotations:
- helm.sh/hook: post-install,pre-upgrade
- helm.sh/hook-delete-policy: before-hook-creation
- helm.sh/resource-policy: keep
snapshot.storage.kubernetes.io/is-default-class: 'false'
driver: rook-ceph.cephfs.csi.ceph.com
parameters:
clusterID: rook-ceph
csi.storage.k8s.io/snapshotter-secret-name: rook-csi-cephfs-provisioner
csi.storage.k8s.io/snapshotter-secret-namespace: rook-ceph
--- HelmRelease: rook-ceph/rook-ceph-cluster VolumeSnapshotClass: rook-ceph/csi-ceph-blockpool
+++ HelmRelease: rook-ceph/rook-ceph-cluster VolumeSnapshotClass: rook-ceph/csi-ceph-blockpool
@@ -1,15 +1,12 @@
---
apiVersion: snapshot.storage.k8s.io/v1
kind: VolumeSnapshotClass
metadata:
name: csi-ceph-blockpool
annotations:
- helm.sh/hook: post-install,pre-upgrade
- helm.sh/hook-delete-policy: before-hook-creation
- helm.sh/resource-policy: keep
snapshot.storage.kubernetes.io/is-default-class: 'false'
driver: rook-ceph.rbd.csi.ceph.com
parameters:
clusterID: rook-ceph
csi.storage.k8s.io/snapshotter-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/snapshotter-secret-namespace: rook-ceph
--- HelmRelease: rook-ceph/rook-ceph Deployment: rook-ceph/rook-ceph-operator
+++ HelmRelease: rook-ceph/rook-ceph Deployment: rook-ceph/rook-ceph-operator
@@ -26,13 +26,13 @@
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 5
containers:
- name: rook-ceph-operator
- image: ghcr.io/rook/ceph:v1.18.1
+ image: ghcr.io/rook/ceph:v1.18.2
imagePullPolicy: IfNotPresent
args:
- ceph
- operator
securityContext:
capabilities: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.18.1->v1.18.2v1.18.1->v1.18.2Release Notes
rook/rook (ghcr.io/rook/rook-ceph)
v1.18.2Compare Source
Improvements
Rook v1.18.2 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.