Skip to content

Commit

Permalink
Merge pull request #152 from chenneal/feature/temp-update-version
Browse files Browse the repository at this point in the history
Update helm and pom version
  • Loading branch information
chenneal authored Mar 16, 2023
2 parents 1a7fcad + 8b60eef commit df29f4b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mse-simple-demo/A/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.alibabacloud.mse.demo</groupId>
<artifactId>A</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>A</name>
Expand Down
2 changes: 1 addition & 1 deletion mse-simple-demo/B/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.alibabacloud.mse.demo</groupId>
<artifactId>B</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>B</name>
Expand Down
2 changes: 1 addition & 1 deletion mse-simple-demo/C/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.alibabacloud.mse.demo</groupId>
<artifactId>C</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>C</name>
Expand Down
2 changes: 1 addition & 1 deletion mse-simple-demo/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.alibabacloud.mse.demo</groupId>
<artifactId>gateway</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions mse-simple-demo/helm/mse-simple-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: mse-simple-demo
version: "2.0.1"
appVersion: "2.0.1"
version: "2.0.2"
appVersion: "2.0.2"
home: https://mse.console.aliyun.com/
keywords:
- mse
Expand Down
2 changes: 1 addition & 1 deletion mse-simple-demo/helm/mse-simple-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ helm upgrade mse-simple-demo helm/mse-simple-demo \
- `images.version`:镜像版本
- `mse.namespace`: 接入MSE微服务治理的微服务命名空间,可以用来区分环境(默认值为mse-demo)
- `autoscaling`:是否开启自动伸缩(默认值为false)
- `resources.enableRequests`:是否设置resources的requests配置(默认值为false
- `resources.enableRequests`:是否设置resources的requests配置(默认值为true
2 changes: 1 addition & 1 deletion mse-simple-demo/helm/mse-simple-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
registry: registry.cn-hangzhou.aliyuncs.com/mse-demo-hz/

images:
version: 2.0.1
version: 2.0.2

mse:
namespace: mse-demo
Expand Down

0 comments on commit df29f4b

Please sign in to comment.