From aba3140c2e5c3c77a737c3aea7aad093990ce30d Mon Sep 17 00:00:00 2001 From: doyoubi Date: Sat, 28 Nov 2020 12:22:07 +0800 Subject: [PATCH] Bump operator and helm chart version to 0.2.1 --- Makefile | 2 +- Makefile.utils | 2 +- README.md | 10 +++++----- 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, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 0254951..9f5e6ea 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= v0.2.0 +VERSION ?= v0.2.1 # Default bundle image tag BUNDLE_IMG ?= controller-bundle:$(VERSION) # Options for 'bundle-build' diff --git a/Makefile.utils b/Makefile.utils index cd151af..9403587 100644 --- a/Makefile.utils +++ b/Makefile.utils @@ -1,5 +1,5 @@ OPERATOR_VERSION=$(VERSION) -OPERATOR_HELM_VERSION=0.2.0 +OPERATOR_HELM_VERSION=0.2.1 CHECKER_HELM_VERSION=0.1.0 TEST_K8S_VER="v1.18.2" diff --git a/README.md b/README.md index f8f4b6d..4fe5e21 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.0.tgz -- undermoon-cluster-0.2.0.tgz +- undermoon-operator-0.2.1.tgz +- undermoon-cluster-0.2.1.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.0.tgz +> helm install my-undermoon-operator undermoon-operator-0.2.1.tgz ``` ### Create an Undermoon Cluster @@ -27,11 +27,11 @@ Create an undermoon cluster by installing helm charts package: > helm install \ --set 'cluster.clusterName=my-cluster-name' \ --set 'cluster.chunkNumber=1' \ - --set 'cluster.maxMemory=50' \ + --set 'cluster.maxMemory=2048' \ --set 'cluster.port=5299' \ my-cluster \ -n my-namespace \ - undermoon-cluster-0.2.0.tgz + undermoon-cluster-0.2.1.tgz ``` Fields here: diff --git a/config/manager/overlays/test/kustomization.yaml b/config/manager/overlays/test/kustomization.yaml index 270c6fa..00c8a43 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.0 + newTag: v0.2.1 patchesJson6902: - target: diff --git a/helm/undermoon-cluster/Chart.yaml b/helm/undermoon-cluster/Chart.yaml index c337802..4087dbc 100644 --- a/helm/undermoon-cluster/Chart.yaml +++ b/helm/undermoon-cluster/Chart.yaml @@ -15,5 +15,5 @@ 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.0 +version: 0.2.1 diff --git a/helm/undermoon-operator/Chart.yaml b/helm/undermoon-operator/Chart.yaml index dcba649..84a742c 100644 --- a/helm/undermoon-operator/Chart.yaml +++ b/helm/undermoon-operator/Chart.yaml @@ -15,11 +15,11 @@ 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.0 +version: 0.2.1 # 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.0 +appVersion: v0.2.1 diff --git a/helm/undermoon-operator/values.yaml b/helm/undermoon-operator/values.yaml index 162c6ec..f95b158 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.0 + operatorImageTag: v0.2.1 operatorImagePullPolicy: IfNotPresent nameOverride: ""