Skip to content

Commit

Permalink
chore: upgrade version to 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkaa committed Jun 10, 2022
1 parent 79a696f commit 49b5ea6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-message-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
excludeDescription: 'true' # optional: this excludes the description body of a pull request
excludeTitle: 'true' # optional: this excludes the title of a pull request
checkAllCommitMessages: 'true' # optional: this checks all commits associated with a pull request
accessToken: ${{ secrets.CHECK_TOKEN }} # github access token is only required if checkAllCommitMessages is true
accessToken: ${{ secrets.GITHUB_TOKEN }} # github access token is only required if checkAllCommitMessages is true
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: rainbond
description: Goodrain Rainbond Helm chart for Kubernetes
type: application
version: 5.6.0
version: 5.7.0
appVersion: 1.16.0
icon: https://www.rainbond.com/images/rainbondlog.png
home: https://github.com/goodrain/rainbond
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Cluster:
## 系统组件统一镜像仓库拉取地址及名称空间
rainbondImageRepository: registry.cn-hangzhou.aliyuncs.com/goodrain
## 系统组件统一镜像版本
installVersion: v5.6.0-release
installVersion: v5.7.0-release
## 系统组件统一镜像拉取策略
imagePullPolicy: IfNotPresent
## 高可用安装模式下,系统组件副本数
Expand Down Expand Up @@ -423,7 +423,7 @@ Component:
## 环境变量variable_name为变量名,variable为变量值
## env:
## variable_name: variable
## image: registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond:v5.6.0-release-allinone
## image: registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond:v5.7.0-release-allinone
## volumes:
## testpv:
## persistentVolumeClaim:
Expand Down

0 comments on commit 49b5ea6

Please sign in to comment.