From d124be305484c3b45c55416b2d9432ca31dc43e0 Mon Sep 17 00:00:00 2001 From: doyoubi Date: Mon, 8 Feb 2021 21:10:01 +0800 Subject: [PATCH] Bump version to 0.2.4 --- Makefile | 2 +- Makefile.utils | 2 +- README.md | 8 ++++---- config/manager/overlays/test/kustomization.yaml | 2 +- helm/undermoon-cluster/Chart.yaml | 2 +- helm/undermoon-operator/Chart.yaml | 4 ++-- helm/undermoon-operator/values.yaml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 9978adb..b6eff56 100644 --- a/Makefile +++ b/Makefile @@ -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' diff --git a/Makefile.utils b/Makefile.utils index dcc90e4..863fa93 100644 --- a/Makefile.utils +++ b/Makefile.utils @@ -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" diff --git a/README.md b/README.md index d4508f3..e63a96b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: diff --git a/config/manager/overlays/test/kustomization.yaml b/config/manager/overlays/test/kustomization.yaml index a4bb2b4..b08b825 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.2.3 + newTag: v0.2.4 patchesJson6902: - target: diff --git a/helm/undermoon-cluster/Chart.yaml b/helm/undermoon-cluster/Chart.yaml index 9f399aa..4ad129a 100644 --- a/helm/undermoon-cluster/Chart.yaml +++ b/helm/undermoon-cluster/Chart.yaml @@ -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 diff --git a/helm/undermoon-operator/Chart.yaml b/helm/undermoon-operator/Chart.yaml index 3866a04..4d0bbd7 100644 --- a/helm/undermoon-operator/Chart.yaml +++ b/helm/undermoon-operator/Chart.yaml @@ -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 diff --git a/helm/undermoon-operator/values.yaml b/helm/undermoon-operator/values.yaml index 06b9d5e..c0504d1 100644 --- a/helm/undermoon-operator/values.yaml +++ b/helm/undermoon-operator/values.yaml @@ -4,7 +4,7 @@ image: operatorImage: doyoubi/undermoon-operator - operatorImageTag: v0.2.3 + operatorImageTag: v0.2.4 operatorImagePullPolicy: IfNotPresent nameOverride: ""