From c4281c466cfbea6cfb3ef96cd38a26abc6955dee Mon Sep 17 00:00:00 2001 From: Timtor-bot Date: Thu, 1 Feb 2024 10:14:45 +0000 Subject: [PATCH] chore(amethyst): Update quay.io/ceph/ceph Docker tag to v18 --- amethyst/kubernetes/rook-ceph/cephcluster.yaml | 2 +- amethyst/kubernetes/rook-ceph/toolbox.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amethyst/kubernetes/rook-ceph/cephcluster.yaml b/amethyst/kubernetes/rook-ceph/cephcluster.yaml index 67442cf25..c33a33240 100644 --- a/amethyst/kubernetes/rook-ceph/cephcluster.yaml +++ b/amethyst/kubernetes/rook-ceph/cephcluster.yaml @@ -6,7 +6,7 @@ metadata: name: main spec: cephVersion: - image: quay.io/ceph/ceph:v17.2.6 + image: quay.io/ceph/ceph:v18.2.1 dataDirHostPath: /var/lib/rook mon: count: 3 diff --git a/amethyst/kubernetes/rook-ceph/toolbox.yaml b/amethyst/kubernetes/rook-ceph/toolbox.yaml index 6da0af0a5..386f3e12a 100644 --- a/amethyst/kubernetes/rook-ceph/toolbox.yaml +++ b/amethyst/kubernetes/rook-ceph/toolbox.yaml @@ -19,7 +19,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: toolbox - image: quay.io/ceph/ceph:v17.2.6 + image: quay.io/ceph/ceph:v18.2.1 resources: {} command: - /bin/bash