Skip to content

Commit 149f72a

Browse files
committed
chore(kustomize): releasing v0.5.0
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 2ab36aa commit 149f72a

File tree

3 files changed

+157
-26
lines changed

3 files changed

+157
-26
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 ?= v0.4.2
6+
VERSION ?= v0.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")

0 commit comments

Comments
 (0)