From fa7a8f4e82cec9bf2e1763912d7aa8e8905159b8 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 13 Aug 2021 23:26:58 +0200 Subject: [PATCH] chore(rook): Update ceph to version 16.2.5 --- infrastructure/rook/cluster-on-pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/rook/cluster-on-pvc.yaml b/infrastructure/rook/cluster-on-pvc.yaml index d3c22c473..dccfc4407 100644 --- a/infrastructure/rook/cluster-on-pvc.yaml +++ b/infrastructure/rook/cluster-on-pvc.yaml @@ -33,7 +33,7 @@ spec: requests: storage: 10Gi cephVersion: - image: ceph/ceph:v16.2.4 + image: quay.io/ceph/ceph:v16.2.5 allowUnsupported: false skipUpgradeChecks: false continueUpgradeAfterChecksEvenIfNotHealthy: false -- GitLab