Skip to content

Commit

Permalink
Merge pull request #11 from doyoubi/BumpVersion
Browse files Browse the repository at this point in the history
Bump operator version to 0.1.0
  • Loading branch information
doyoubi authored Nov 7, 2020
2 parents a9c85ef + af2f321 commit db47e6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= v0.1.0-alpha.1
VERSION ?= v0.1.0
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand All @@ -22,7 +22,7 @@ UNDERMOON_IMG_VERSION ?= latest
else
IMG_NAME ?= undermoon-operator
UNDERMOON_IMG_NAME ?= undermoon
UNDERMOON_IMG_VERSION ?= 0.4.0-alpha.3
UNDERMOON_IMG_VERSION ?= 0.4.0
endif

# Image URL to use all building/pushing image targets
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.0-alpha.1
newTag: v0.1.0

patchesJson6902:
- target:
Expand Down
2 changes: 1 addition & 1 deletion helm/undermoon-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cluster:

image:
undermoonImage: doyoubi/undermoon
undermoonImageTag: 0.4.0-alpha.3-buster
undermoonImageTag: 0.4.0
undermoonImagePullPolicy: IfNotPresent
redisImage: redis
redisImageTag: 5.0.9
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.0-alpha.1
appVersion: v0.1.0
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.0-alpha.1
operatorImageTag: v0.1.0
operatorImagePullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit db47e6d

Please sign in to comment.