Skip to content

Commit d4636f9

Browse files
committed
Add cerebro chart
1 parent b2f8597 commit d4636f9

File tree

9 files changed

+198
-223
lines changed

9 files changed

+198
-223
lines changed

cerebro/Chart.yaml

100755100644
Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
apiVersion: v2
12
name: cerebro
2-
home: https://github.com/lmenezes/cerebro
3-
apiVersion: v1
4-
version: 0.4.0
5-
description: cerebro is an open source(MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS and Bootstrap.
6-
icon: https://github.com/lmenezes/cerebro/raw/master/public/img/logo.png
3+
description: Elasticsearch web admin tool
4+
type: application
5+
version: 1.0.0
6+
keywords:
7+
- cerebro
8+
- elasticsearch
79
sources:
810
- https://github.com/lmenezes/cerebro
911
maintainers:
@@ -13,3 +15,10 @@ maintainers:
1315
- name: Matt Clark
1416
1517
url: https://github.com/mattclark
18+
dependencies:
19+
- name: cos-common
20+
version: 1.0.0
21+
repository: https://centerforopenscience.github.io/helm-charts/
22+
# - name: cos-common
23+
# version: 1.0.0
24+
# repository: "file://../cos-common"

cerebro/templates/_helpers.tpl

Lines changed: 0 additions & 16 deletions
This file was deleted.

cerebro/templates/deployment.yaml

Lines changed: 0 additions & 65 deletions
This file was deleted.

cerebro/templates/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{{- include "cos-common.secret" (dict "root" . "name" "" "values" .Values.main) }}
2+
{{- include "cos-common.deployment" (dict "root" . "name" "" "values" .Values.main) }}

cerebro/templates/secret.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)