Skip to content

Commit

Permalink
Merge pull request #95 from xuzhu-591/main
Browse files Browse the repository at this point in the history
bump app version to v2.9.1
  • Loading branch information
xuzhu-591 authored Feb 1, 2024
2 parents b857474 + d8cdc6b commit 8a0b72b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/horizon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/horizon/files/db-init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
6 changes: 3 additions & 3 deletions charts/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2571,7 +2571,7 @@ roles:
- pipelineruns/diffs
- pipelineruns/cancel
- pipelineruns/run
- pipelineruns/forcerun
- pipelineruns/forceready
- pipelineruns/messages
- pipelineruns/checkruns
- checkruns
Expand Down Expand Up @@ -2927,7 +2927,7 @@ scopes:
- pipelineruns/diffs
- pipelineruns/cancel
- pipelineruns/run
- pipelineruns/forcerun
- pipelineruns/forceready
- pipelineruns/messages
- pipelineruns/checkruns
- checkruns
Expand Down

0 comments on commit 8a0b72b

Please sign in to comment.