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 <seaneagan1@gmail.com> Change-Id: I77a7dacdd146c37803a6e044a482819ecd914605
This commit is contained in:
parent
dae2e9a1f6
commit
e5aedc4987
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user