feat(container): update image ghcr.io/rook/rook-ceph-cluster ( v1.18.8 ➔ v1.19.5 )#1198
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container): update image ghcr.io/rook/rook-ceph-cluster ( v1.18.8 ➔ v1.19.5 )#1198renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
--- HelmRelease: rook-ceph/rook-ceph-cluster Deployment: rook-ceph/rook-ceph-tools
+++ HelmRelease: rook-ceph/rook-ceph-cluster Deployment: rook-ceph/rook-ceph-tools
@@ -26,12 +26,13 @@
- |
# Replicate the script from toolbox.sh inline so the ceph image
# can be run directly, instead of requiring the rook toolbox
CEPH_CONFIG="/etc/ceph/ceph.conf"
MON_CONFIG="/etc/rook/mon-endpoints"
KEYRING_FILE="/etc/ceph/keyring"
+ CONFIG_OVERRIDE="/etc/rook-config-override/config"
# create a ceph config file in its default location so ceph/rados tools can be used
# without specifying any arguments
write_endpoints() {
endpoints=$(cat ${MON_CONFIG})
@@ -46,12 +47,19 @@
[global]
mon_host = ${mon_endpoints}
[client.admin]
keyring = ${KEYRING_FILE}
EOF
+
+ # Merge the config override if it exists and is not empty
+ if [ -f "${CONFIG_OVERRIDE}" ] && [ -s "${CONFIG_OVERRIDE}" ]; then
+ echo "$DATE merging config override from ${CONFIG_OVERRIDE}"
+ echo "" >> ${CEPH_CONFIG}
+ cat ${CONFIG_OVERRIDE} >> ${CEPH_CONFIG}
+ fi
}
# watch the endpoints config file and update if the mon endpoints ever change
watch_endpoints() {
# get the timestamp for the target of the soft link
real_path=$(realpath ${MON_CONFIG})
@@ -111,12 +119,15 @@
- mountPath: /etc/ceph
name: ceph-config
- name: mon-endpoint-volume
mountPath: /etc/rook
- name: ceph-admin-secret
mountPath: /var/lib/rook-ceph-mon
+ - name: rook-config-override
+ mountPath: /etc/rook-config-override
+ readOnly: true
serviceAccountName: rook-ceph-default
volumes:
- name: ceph-admin-secret
secret:
secretName: rook-ceph-mon
optional: false
@@ -126,12 +137,16 @@
- name: mon-endpoint-volume
configMap:
name: rook-ceph-mon-endpoints
items:
- key: data
path: mon-endpoints
+ - name: rook-config-override
+ configMap:
+ name: rook-config-override
+ optional: true
- name: ceph-config
emptyDir: {}
tolerations:
- key: node.kubernetes.io/unreachable
operator: Exists
effect: NoExecute
--- HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph
+++ HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph
@@ -4,12 +4,15 @@
metadata:
name: rook-ceph
namespace: rook-ceph
spec:
monitoring:
enabled: true
+ cephVersion:
+ image: quay.io/ceph/ceph:v19.2.3
+ allowUnsupported: false
annotations:
mgr:
dummy: 'true'
cephConfig:
global:
bdev_async_discard_threads: '1'
@@ -18,15 +21,12 @@
osd_class_update_on_start: 'false'
osd_memory_target_autotune: 'true'
mgr:
mgr/balancer/mode: upmap-read
mon:
mon_max_pg_per_osd: '500'
- cephVersion:
- allowUnsupported: false
- image: quay.io/ceph/ceph:v19.2.3
cleanupPolicy:
allowUninstallWithVolumes: false
confirmation: ''
sanitizeDisks:
dataSource: zero
iteration: 1 |
--- kubernetes/apps/rook-ceph/cluster/app Kustomization: rook-ceph/rook-ceph-cluster OCIRepository: rook-ceph/rook-ceph-cluster
+++ kubernetes/apps/rook-ceph/cluster/app Kustomization: rook-ceph/rook-ceph-cluster OCIRepository: rook-ceph/rook-ceph-cluster
@@ -10,9 +10,9 @@
spec:
interval: 1h
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: v1.18.8
+ tag: v1.19.5
url: oci://ghcr.io/rook/rook-ceph-cluster
|
e62bdf0 to
4a74367
Compare
4a74367 to
4862a55
Compare
c88cc07 to
aca0b08
Compare
4862a55 to
baf7949
Compare
baf7949 to
30c7ff5
Compare
30c7ff5 to
6fd69dd
Compare
6fd69dd to
c3576b4
Compare
📝 WalkthroughWalkthroughUpdated the OCIRepository chart tag for Rook Ceph from ChangesRook Ceph Chart Version Bump
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
c3576b4 to
d98c4d4
Compare
1e67df9 to
8f89001
Compare
cf5ea2f to
30f3f61
Compare
8f89001 to
cc0e844
Compare
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.8→v1.19.5Release Notes
rook/rook (ghcr.io/rook/rook-ceph-cluster)
v1.19.5Compare Source
Improvements
Rook v1.19.5 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.19.4Compare Source
Improvements
Rook v1.19.4 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.19.3Compare Source
Improvements
Rook v1.19.3 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.19.2Compare Source
Improvements
Rook v1.19.2 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.19.1Compare Source
Improvements
Rook v1.19.1 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
csi: Update to ceph csi operator to v0.5 (#17029, @subhamkrai)
security: Remove unnecessary nodes/proxy RBAC enablement (#16979, @ibotty)
helm: Set default ceph image pull policy (#16954, @travisn)
nfs: Add CephNFS.spec.server.{image,imagePullPolicy} fields (#16982, @jhoblitt)
osd: Assign correct osd container in case it is not index 0 (#16969, @kyrbrbik)
csi: Remove obsolete automated node fencing code (#16922, @subhamkrai)
osd: Enable proper cancellation during OSD reconcile (#17022, @sp98)
csi: Allow running the csi controller plugin on host network (#16972, @Madhu-1)
rgw: Update ca bundle mount perms to read-all (#16968, @BlaineEXE)
mon: Change do-not-reconcile to be more granular for individual mons (#16939, @travisn)
build(deps): Bump the k8s-dependencies group with 6 updates (#16846, @dependabot[bot])
doc: add csi-operator example in configuration doc (#17001, @subhamkrai)
v1.19.0Compare Source
Upgrade Guide
To upgrade from previous versions of Rook, see the Rook upgrade guide.
Breaking Changes
to Ceph v19.2.0 or higher before upgrading Rook.
activeStandbyproperty in theCephFilesystemCRD has changed. When set tofalse, the standby MDS daemon deployment will be scaled down and removed, rather than only disabling the standby cache while the daemon remains running.rook-ceph-clusterchart has changed where the Ceph image is defined, to allow separate settings for the repository and tag. For more details, see the Rook upgrade guide.Features
ROOK_RECONCILE_CONCURRENT_CLUSTERSto a value greater than1.v1.18.10Compare Source
Improvements
Rook v1.18.10 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.18.9Compare Source
Improvements
Rook v1.18.9 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.