From f246dec6bd06dcfe62e4bd11646c08345a82551e Mon Sep 17 00:00:00 2001 From: Mazin S Date: Tue, 7 Nov 2023 08:50:06 -0800 Subject: [PATCH] Bump to version 0.5.0 (#178) --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1281cc2b..9bd7bcae 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.8) # - use environment variables to overwrite this value (e.g export VERSION=0.0.8) -VERSION ?= 0.0.8 +VERSION ?= 0.5.0 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1eb8ccf4..4410e1b2 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/nutanix-cloud-native/ndb-operator/controller - newTag: v0.0.8 + newTag: v0.5.0