Skip to content

Commit

Permalink
fix: always use latest catalog base image instead of latest-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Mar 8, 2024
1 parent 2ef02e2 commit e702997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
# in the future
CATALOG_TAG ?= 2
USE_OFFICIAL_PREVIOUS_CATALOG ?= true
PREVIOUS_CATALOG_TAG ?= latest$(OPERATOR_VERSION_SUFFIX)
PREVIOUS_CATALOG_TAG ?= latest

CATALOG_IMAGE_NAME = $(OPERATOR_IMAGE_NAME)-catalog
CATALOG_IMAGE ?= $(CATALOG_IMAGE_NAME):$(CATALOG_TAG)$(OPERATOR_VERSION_SUFFIX)
Expand Down

0 comments on commit e702997

Please sign in to comment.