Skip to content

Commit

Permalink
Bump horizon to v2.11.0 (#99)
Browse files Browse the repository at this point in the history
* Bump horizon to v2.11.0

* feat: support region-argocd mapper
  • Loading branch information
iamyeka authored May 14, 2024
1 parent def87cd commit b21f308
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.36
appVersion: v2.10.0
version: 2.2.37
appVersion: v2.11.0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down
1 change: 1 addition & 0 deletions charts/horizon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 1 addition & 0 deletions charts/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ config:
password:
insecure: true
repoName:
regionArgoCDMapper: {}
argoCDMapper:
default:
url: http://horizon-argocd-server
Expand Down

0 comments on commit b21f308

Please sign in to comment.