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