From 6665692d173a342996b3ae0069f93a369d852c88 Mon Sep 17 00:00:00 2001 From: Timtor-bot Date: Tue, 12 Mar 2024 07:42:23 +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..06183f11d 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.2 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..2965a419a 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.2 resources: {} command: - /bin/bash