diff --git a/Makefile b/Makefile index 9dd2fe7..9d1d809 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= v0.1.1 +VERSION ?= v0.1.2 # Default bundle image tag BUNDLE_IMG ?= controller-bundle:$(VERSION) # Options for 'bundle-build' diff --git a/config/manager/overlays/test/kustomization.yaml b/config/manager/overlays/test/kustomization.yaml index fe3a85c..66ce227 100644 --- a/config/manager/overlays/test/kustomization.yaml +++ b/config/manager/overlays/test/kustomization.yaml @@ -7,7 +7,7 @@ resources: images: - name: controller newName: localhost:5000/undermoon-operator - newTag: v0.1.1 + newTag: v0.1.2 patchesJson6902: - target: diff --git a/helm/undermoon-operator/Chart.yaml b/helm/undermoon-operator/Chart.yaml index 0be856b..2b12cfa 100644 --- a/helm/undermoon-operator/Chart.yaml +++ b/helm/undermoon-operator/Chart.yaml @@ -22,4 +22,4 @@ version: 0.1.2 # follow Semantic Versioning. They should reflect the version the application is using. # # This should be the same as the version of undermoon-operator. -appVersion: v0.1.1 +appVersion: v0.1.2 diff --git a/helm/undermoon-operator/values.yaml b/helm/undermoon-operator/values.yaml index 83d2e8c..ce23569 100644 --- a/helm/undermoon-operator/values.yaml +++ b/helm/undermoon-operator/values.yaml @@ -4,7 +4,7 @@ image: operatorImage: doyoubi/undermoon-operator - operatorImageTag: v0.1.1 + operatorImageTag: v0.1.2 operatorImagePullPolicy: IfNotPresent nameOverride: ""