File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
3030#
3131# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
3232IMAGE_TAG_BASE ?= ghcr.io/ocp-power-automation/rsct-operator
33+ PREVIOUS_IMAGE_TAG_BASE ?= ghcr.io/ocp-power-automation/rsct-operator
3334
3435# BUNDLE_IMG defines the image:tag used for the bundle.
3536# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
@@ -292,7 +293,7 @@ BUNDLE_IMGS ?= $(BUNDLE_IMG)
292293# The image tag given to the resulting catalog image (e.g. make catalog-build CATALOG_IMG=example.com/operator-catalog:v0.2.0).
293294CATALOG_IMG ?= $(IMAGE_TAG_BASE ) -catalog:v$(VERSION )
294295CATALOG_IMG_LATEST ?= $(IMAGE_TAG_BASE ) -catalog:latest
295- CATALOG_PREVIOUS_IMG ?= $(IMAGE_TAG_BASE ) -catalog:v$(PREVIOUS_VERSION )
296+ CATALOG_PREVIOUS_IMG ?= $(PREVIOUS_IMAGE_TAG_BASE ) -catalog:v$(PREVIOUS_VERSION )
296297
297298# Set CATALOG_BASE_IMG to an existing catalog image tag to add $BUNDLE_IMGS to that image.
298299ifneq ($(origin CATALOG_BASE_IMG ) , undefined)
You can’t perform that action at this time.
0 commit comments