We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4297ba + 794d5e2 commit 4b3f373Copy full SHA for 4b3f373
1 file changed
Makefile
@@ -3,7 +3,7 @@
3
# To re-generate a bundle for another specific version without changing the standard setup, you can:
4
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
5
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6
-VERSION ?= 0.0.0
+VERSION ?= 0.1.0-alpha2
7
8
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.
9
# This variable is used to construct full image tags for bundle and catalog images.
0 commit comments