diff --git a/charts/horizon/Chart.yaml b/charts/horizon/Chart.yaml index 62e8b91..5d1aea4 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.0 -appVersion: v2.3.3 +version: 2.2.1 +appVersion: v2.4.0 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 8276f30..cc4f495 100644 --- a/charts/horizon/files/db-init.sql +++ b/charts/horizon/files/db-init.sql @@ -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) ); diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index 42f22f4..e066328 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -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