From 49b5ea631d2e957596f4cc6ee3e1103a281dac5d Mon Sep 17 00:00:00 2001 From: yangk Date: Sat, 11 Jun 2022 01:58:17 +0800 Subject: [PATCH] chore: upgrade version to 5.7 --- .github/workflows/commit-message-checker.yml | 2 +- Chart.yaml | 2 +- values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit-message-checker.yml b/.github/workflows/commit-message-checker.yml index 7dcdc34..e3ab9f2 100644 --- a/.github/workflows/commit-message-checker.yml +++ b/.github/workflows/commit-message-checker.yml @@ -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 diff --git a/Chart.yaml b/Chart.yaml index e5492cf..a0acddc 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/values.yaml b/values.yaml index 18cee72..dfad037 100644 --- a/values.yaml +++ b/values.yaml @@ -116,7 +116,7 @@ Cluster: ## 系统组件统一镜像仓库拉取地址及名称空间 rainbondImageRepository: registry.cn-hangzhou.aliyuncs.com/goodrain ## 系统组件统一镜像版本 - installVersion: v5.6.0-release + installVersion: v5.7.0-release ## 系统组件统一镜像拉取策略 imagePullPolicy: IfNotPresent ## 高可用安装模式下,系统组件副本数 @@ -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: