Skip to content

Commit

Permalink
Merge pull request #26 from doyoubi/BumpVersion
Browse files Browse the repository at this point in the history
Bump version to 0.2.4
  • Loading branch information
doyoubi committed Feb 8, 2021
2 parents 8e80d16 + d124be3 commit 0302dc5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.2.3
VERSION ?= v0.2.4
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand Down
2 changes: 1 addition & 1 deletion Makefile.utils
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OPERATOR_VERSION=$(VERSION)
OPERATOR_HELM_VERSION=0.2.3
OPERATOR_HELM_VERSION=0.2.4
CHECKER_HELM_VERSION=0.1.0

TEST_K8S_VER="v1.18.2"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ using [operator-sdk](https://sdk.operatorframework.io/).
```

Then you can see the following packages in the current directory:
- undermoon-operator-0.2.3.tgz
- undermoon-cluster-0.2.3.tgz
- undermoon-operator-0.2.4.tgz
- undermoon-cluster-0.2.4.tgz

### Run the Operator
Run the `undermoon-operator`:
Note that you can change the name `my-undermoon-operator`.
```
> helm install my-undermoon-operator undermoon-operator-0.2.3.tgz
> helm install my-undermoon-operator undermoon-operator-0.2.4.tgz
```

### Create an Undermoon Cluster
Expand All @@ -31,7 +31,7 @@ Create an undermoon cluster by installing helm charts package:
--set 'cluster.port=5299' \
my-cluster \
-n my-namespace \
undermoon-cluster-0.2.3.tgz
undermoon-cluster-0.2.4.tgz
```

Fields here:
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.2.3
newTag: v0.2.4

patchesJson6902:
- target:
Expand Down
2 changes: 1 addition & 1 deletion helm/undermoon-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.3
version: 0.2.4

maintainers:
- name: doyoubi
Expand Down
4 changes: 2 additions & 2 deletions helm/undermoon-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.3
version: 0.2.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# 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.2.3
appVersion: v0.2.4

maintainers:
- name: doyoubi
Expand Down
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.2.3
operatorImageTag: v0.2.4
operatorImagePullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 0302dc5

Please sign in to comment.