Skip to content

Commit

Permalink
bundle: update bundle image name
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
  • Loading branch information
iamniting committed Jul 18, 2024
1 parent f9099f2 commit 397efdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.Downstream.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include Makefile

BUNDLE_IMAGE_NAME ?= $(IMAGE_NAME)-bundle
BUNDLE_IMAGE_NAME ?= cephcsi-operator-bundle

BUNDLE_IMG ?= $(IMAGE_REGISTRY)/$(REGISTRY_NAMESPACE)/$(BUNDLE_IMAGE_NAME):$(IMAGE_TAG)

Expand All @@ -14,7 +14,7 @@ PACKAGE_NAME ?= cephcsi-operator
SKIP_RANGE ?=

# The default version of the bundle (CSV) can be found in
# config/manifests/bases/ceph-csi-operator.clusterserviceversion.yaml
# config/manifests/bases/cephcsi-operator.clusterserviceversion.yaml
BUNDLE_VERSION ?= 4.17.0

# DEFAULT_CHANNEL defines the default channel used in the bundle.
Expand Down

0 comments on commit 397efdf

Please sign in to comment.