fix : modify the version.

Signed-off-by: 123liubao <chenly_61@163.com>
This commit is contained in:
123liubao
2021-11-12 14:09:12 +08:00
parent a41a942819
commit 7a27c79f60
2 changed files with 2 additions and 2 deletions

View File

@@ -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/

View File

@@ -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"