33# To re-generate a bundle for another specific version without changing the standard setup, you can:
44# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6- VERSION ?= 1.4 .0
6+ VERSION ?= 1.5 .0
77
88# CHANNELS define the bundle channels used in the bundle.
99# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
1010# To re-generate a bundle for other specific channels without changing the standard setup, you can:
1111# - use the CHANNELS as arg of the bundle target (e.g make bundle CHANNELS=candidate,fast,stable)
1212# - use environment variables to overwrite this value (e.g export CHANNELS="candidate,fast,stable")
1313
14- CHANNELS ="stable,stable-v1.4 "
14+ CHANNELS ="stable,stable-v1.5 "
1515# ifneq ($(origin CHANNELS), undefined)
1616BUNDLE_CHANNELS := --channels=$(CHANNELS )
1717# endif
@@ -34,7 +34,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
3434# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
3535# redhat.com/operator-bundle:$VERSION and redhat.com/operator-catalog:$VERSION.
3636IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator
37- IMAGE_DIGEST ?= sha256:0332d8e99dca5eb443a0de6800817d286057498374faa7a9d59b592efb453a3a
37+ IMAGE_TAG ?= $( VERSION )
3838
3939# BUNDLE_IMG defines the image:tag used for the bundle.
4040# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
0 commit comments