From a788f3e7087341a92b002ce4a213b7f5a26b9dc4 Mon Sep 17 00:00:00 2001 From: Tarun Gupta Akirala Date: Mon, 29 Apr 2024 15:12:05 +0530 Subject: [PATCH] feat: publish latest version of ceph image Signed-off-by: Tarun Gupta Akirala --- ceph/ceph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/ceph/Makefile b/ceph/ceph/Makefile index a94a445..2e1cda7 100644 --- a/ceph/ceph/Makefile +++ b/ceph/ceph/Makefile @@ -1,5 +1,5 @@ SOURCE_IMAGE_REPO ?= quay.io/ceph/ceph -SOURCE_IMAGE_VERSION ?= v18.2.1 +SOURCE_IMAGE_VERSION ?= v18.2.2 SOURCE_IMAGE ?= $(SOURCE_IMAGE_REPO):$(SOURCE_IMAGE_VERSION) TARGET_IMAGE_REPO ?= ghcr.io/mesosphere/dkp-container-images/ceph/ceph