From 968e66840e192e03fee08c325ba1248688fb6e42 Mon Sep 17 00:00:00 2001 From: Timtor-bot Date: Fri, 23 Feb 2024 00:03:32 +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