diff --git a/charts/horizon/Chart.yaml b/charts/horizon/Chart.yaml index 0139e1e..2c6b827 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.36 -appVersion: v2.10.0 +version: 2.2.37 +appVersion: v2.11.0 dependencies: - name: common repository: https://charts.bitnami.com/bitnami diff --git a/charts/horizon/README.md b/charts/horizon/README.md index 5d46c00..617b97f 100644 --- a/charts/horizon/README.md +++ b/charts/horizon/README.md @@ -106,6 +106,7 @@ helm uninstall horizon -n horizoncd | `config.templateRepo.insecure` | Set security of the host of the repository for templates | true | | `config.templateRepo.repoName` | Project name in the Chart Repository (must be set when kind is `harbor`) | "" | | `config.argoCDMapper` | The mapping between environments and configs of argocds | default:``  url: http://horizon-argocd-server``  token: xxx``  namespace: horizoncd | +| `config.regionArgoCDMapper` | The mapping between regions and configs of argocds | {} | | `config.tektonMapper` | The mapping between environments and configs of tektons | default:``  server: http://el-horizon-  listener:8080``  namespace: horizoncd ``  kubeconfig: ""``  s3:``    accessKey: admin``    secretKey: qOIh3Xt5jg ``    region: china``    endpoint: "horizon-minio:9000"``    bucket: horizon``    disableSSL: true ``    skipVerify: true``    s3ForcePathStyle: true | | `config.grafanaConfig.host` | The host of the grafana installed on the K8s | "" | | `config.grafanaConfig.namespace` | The namespace of the grafana installed on the K8s | horizoncd | diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index 2de6e82..4826890 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -47,6 +47,7 @@ config: password: insecure: true repoName: + regionArgoCDMapper: {} argoCDMapper: default: url: http://horizon-argocd-server