Skip to content

Commit

Permalink
feat: publish latest version of ceph image
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
  • Loading branch information
takirala committed Apr 29, 2024
1 parent 3ba2ab9 commit 3278fb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rook/ceph/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SOURCE_IMAGE_REPO ?= rook/ceph
SOURCE_IMAGE_VERSION ?= v1.13.2
SOURCE_IMAGE_VERSION ?= v1.14.2
SOURCE_IMAGE ?= $(SOURCE_IMAGE_REPO):$(SOURCE_IMAGE_VERSION)

TARGET_IMAGE_REPO ?= ghcr.io/mesosphere/dkp-container-images/rook/ceph
Expand All @@ -15,4 +15,3 @@ build-args:
@echo "SOURCE_IMAGE=$(SOURCE_IMAGE)"
@echo "TARGET_IMAGE=$(TARGET_IMAGE)"
@echo "TARGET_IMAGE_VERSION=$(TARGET_IMAGE_VERSION)"

0 comments on commit 3278fb8

Please sign in to comment.