Skip to content

Commit

Permalink
Merge pull request #56 from kilosonc/feat/catalog
Browse files Browse the repository at this point in the history
feat: support catalog
  • Loading branch information
kilosonc authored Jul 6, 2023
2 parents 0bc575b + 9f1b79d commit b07ae84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.0
appVersion: v2.3.3
version: 2.2.1
appVersion: v2.4.0
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 @@ -483,6 +483,7 @@ create table if not exists tb_template
only_admin tinyint(1) default 0 not null,
only_owner tinyint(1) default 0 not null comment 'only owner could access',
without_ci tinyint(1) default 0 not null comment 'without_ci configuration, 0 means with ci',
type varchar(256) default 'language' not null,
constraint idx_name
unique (name)
);
Expand Down
2 changes: 1 addition & 1 deletion charts/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,7 @@ web:
replicas: 1
image:
repository: horizoncd/horizon-web
tag: v2.2.1
tag: v2.3.0
securityContext:
runAsUser: 10001
fsGroup: 10001
Expand Down

0 comments on commit b07ae84

Please sign in to comment.