Skip to content

Commit

Permalink
Bump operator version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doyoubi committed Nov 15, 2020
1 parent 2d85819 commit 5b1ee9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion config/manager/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
images:
- name: controller
newName: localhost:5000/undermoon-operator
newTag: v0.1.1
newTag: v0.1.2

patchesJson6902:
- target:
Expand Down
2 changes: 1 addition & 1 deletion helm/undermoon-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm/undermoon-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
operatorImage: doyoubi/undermoon-operator
operatorImageTag: v0.1.1
operatorImageTag: v0.1.2
operatorImagePullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 5b1ee9b

Please sign in to comment.