diff --git a/charts/horizon/Chart.yaml b/charts/horizon/Chart.yaml index cb7cec1..4040bc5 100644 --- a/charts/horizon/Chart.yaml +++ b/charts/horizon/Chart.yaml @@ -4,8 +4,8 @@ description: A CICD DevOps Platform type: application -version: 2.2.32 -appVersion: v2.9.0 +version: 2.2.33 +appVersion: v2.9.1 dependencies: - name: common repository: https://charts.bitnami.com/bitnami diff --git a/charts/horizon/files/db-init.sql b/charts/horizon/files/db-init.sql index b91bd9f..6791769 100644 --- a/charts/horizon/files/db-init.sql +++ b/charts/horizon/files/db-init.sql @@ -667,6 +667,7 @@ CREATE TABLE if not exists `tb_pr_msg` `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `pipeline_run_id` bigint(20) unsigned NOT NULL COMMENT 'pipeline run id', `content` text NOT NULL COMMENT 'content of message', + `message_type` tinyint(1) unsigned NOT NULL DEFAULT 0 COMMENT '0 for user message, 1 for system message', `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `created_by` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'creator', diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index a759054..fb1b589 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -2110,7 +2110,7 @@ web: replicas: 1 image: repository: horizoncd/horizon-web - tag: v2.6.3 + tag: v2.6.4 securityContext: runAsUser: 10001 fsGroup: 10001 @@ -2571,7 +2571,7 @@ roles: - pipelineruns/diffs - pipelineruns/cancel - pipelineruns/run - - pipelineruns/forcerun + - pipelineruns/forceready - pipelineruns/messages - pipelineruns/checkruns - checkruns @@ -2927,7 +2927,7 @@ scopes: - pipelineruns/diffs - pipelineruns/cancel - pipelineruns/run - - pipelineruns/forcerun + - pipelineruns/forceready - pipelineruns/messages - pipelineruns/checkruns - checkruns