From e5aedc4987e2a7f8c87a9e24c7c6b1801753d044 Mon Sep 17 00:00:00 2001 From: Sean Eagan Date: Fri, 4 Jun 2021 09:21:54 -0500 Subject: [PATCH] Add charts consumed by treasuremap to hcc This adds all charts currently used by treasuremap to hcc. This will allow us to rely solely on hcc in treasuremap, and not have to reach out to external helm repositories. Relates to: https://github.com/airshipit/treasuremap/issues/162 Signed-off-by: Sean Eagan Change-Id: I77a7dacdd146c37803a6e044a482819ecd914605 --- helm-chart-collator/config/charts.yaml | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/helm-chart-collator/config/charts.yaml b/helm-chart-collator/config/charts.yaml index d8b3fb8..940c4df 100644 --- a/helm-chart-collator/config/charts.yaml +++ b/helm-chart-collator/config/charts.yaml @@ -9,3 +9,36 @@ git_repos: path: charts/local-static-provisioner refspec: refs/heads/master sha: 2081013e7209318dbc782df08949e5e9d752dc36 +helm_repos: + - repo: elastic + url: https://helm.elastic.co + name: elasticsearch + version: 7.12.1 + - repo: elastic + url: https://helm.elastic.co + name: kibana + version: 7.12.1 + - repo: grafana + url: https://grafana.github.io/helm-charts + name: grafana + version: 6.9.1 + - repo: prometheus-community + url: https://prometheus-community.github.io/helm-charts + name: kube-prometheus-stack + version: 16.0.1 + - repo: banzai-cloud + url: https://kubernetes-charts.banzaicloud.com + name: logging-operator + version: 3.9.5 + - repo: banzai-cloud + url: https://kubernetes-charts.banzaicloud.com + name: logging-operator-logging + version: 3.9.5 + - repo: minio + url: https://helm.min.io + name: minio + version: 8.0.10 + - repo: ingress-nginx + url: https://kubernetes.github.io/ingress-nginx + name: ingress-nginx + version: 3.5.1