From 16ddc2173b73d36e1aa1a6f03b0ff9dc3aa9ec7b Mon Sep 17 00:00:00 2001 From: jorgevillaverde-sitewhere Date: Thu, 4 Feb 2021 15:26:11 -0300 Subject: [PATCH] bump operator image version --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 78cd7cf..c0bb90e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= 3.0.1 +VERSION ?= 3.0.2 # Default bundle image tag BUNDLE_IMG ?= controller-bundle:$(VERSION) # Options for 'bundle-build' diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e497f4e..fa32048 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: sitewhere/sitewhere-k8s-operator - newTag: 3.0.1 + newTag: 3.0.2