Skip to content

Commit 10b80df

Browse files
authored
Bump up the controller manager version in NDB-operator repo (#142)
1 parent 2b15115 commit 10b80df

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# VERSION defines the project version for the bundle.
22
# Update this value when you upgrade the version of your project.
33
# 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.6)
5-
# - use environment variables to overwrite this value (e.g export VERSION=0.0.6)
6-
VERSION ?= 0.0.6
4+
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.7)
5+
# - use environment variables to overwrite this value (e.g export VERSION=0.0.7)
6+
VERSION ?= 0.0.7
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.6
16+
newTag: v0.0.7

0 commit comments

Comments
 (0)