Skip to content

Commit 85ce09f

Browse files
committed
Prepare release 0.2.0
Signed-off-by: Boomatang <10224565+Boomatang@users.noreply.github.com>
1 parent b2ab687 commit 85ce09f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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 ?= 0.0.0
6+
VERSION ?= 0.2.0
77

88
# QUAY_IMAGE_EXPIRY defines when to expire the built quay images.
99
# The time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively,
1010
# from the time the image is built.
11-
QUAY_IMAGE_EXPIRY ?= 3w
11+
QUAY_IMAGE_EXPIRY ?= never
1212

1313

1414
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.

0 commit comments

Comments
 (0)