Skip to content

Commit

Permalink
Merge pull request #9 from mesosphere/tga/ceph-1_14_2
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala committed Apr 29, 2024
2 parents 3ba2ab9 + a788f3e commit cbd4354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ceph/ceph/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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 cbd4354

Please sign in to comment.