Skip to content

Commit cf7e39b

Browse files
committed
rook-ceph: pin toolbox image to ceph v19.2.2
The rook-ceph-cluster v1.20.0 chart floats the toolbox to its v20.2.1 (Tentacle) default; only the cluster daemon image was pinned to Squid v19.2.2. After the qua recovery the rescheduled toolbox pod came up on v20.2.1. Pin toolbox.image to match the daemons and the standing do-not-run-v20 note.
1 parent 4861f12 commit cf7e39b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rook-ceph-cluster/values.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ configOverride: |
3030
3131
toolbox:
3232
enabled: true # `ceph -s` CLI; used by pre-reboot-guard Ceph gate
33+
image: quay.io/ceph/ceph:v19.2.2 # pin to match the cluster; rook-ceph-cluster v1.20.0 floats the toolbox to its v20.2.1 (Tentacle) default otherwise (see cephVersion pin below)
3334

3435
monitoring:
3536
enabled: true # Ceph ServiceMonitor (needs ServiceMonitor CRD - present via rancher/VM)

0 commit comments

Comments
 (0)