Skip to content

Commit f246dec

Browse files
authored
Bump to version 0.5.0 (#178)
1 parent a9e5953 commit f246dec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
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.8)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.8)
6-
VERSION ?= 0.0.8
6+
VERSION ?= 0.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")

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: ghcr.io/nutanix-cloud-native/ndb-operator/controller
16-
newTag: v0.0.8
16+
newTag: v0.5.0

0 commit comments

Comments
 (0)