From 7a27c79f604b98f0107500bad3969d909d0a956a Mon Sep 17 00:00:00 2001 From: 123liubao Date: Fri, 12 Nov 2021 14:09:12 +0800 Subject: [PATCH] fix : modify the version. Signed-off-by: 123liubao --- Makefile | 2 +- config/ks-core/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a76a13ea4..8b0a73d6e 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ container-cross-push: ; $(info $(M)...Begin to build and push.) @ ## Build and helm-package: ; $(info $(M)...Begin to helm-package.) @ ## Helm-package. ls config/crds/ | xargs -i cp -r config/crds/{} config/ks-core/crds/ - helm package config/ks-core --app-version=v3.1.0 --version=0.1.0 -d ./bin + helm package config/ks-core --app-version=v3.2.0 --version=0.1.0 -d ./bin helm-deploy: ; $(info $(M)...Begin to helm-deploy.) @ ## Helm-deploy. ls config/crds/ | xargs -i cp -r config/crds/{} config/ks-core/crds/ diff --git a/config/ks-core/Chart.yaml b/config/ks-core/Chart.yaml index 5912b54c3..2b7d26501 100644 --- a/config/ks-core/Chart.yaml +++ b/config/ks-core/Chart.yaml @@ -12,4 +12,4 @@ version: 0.1.0 # 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. -appVersion: "v3.1.0" +appVersion: "v3.2.0"