Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions cerebro/Chart.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
apiVersion: v2
name: cerebro
home: https://github.com/lmenezes/cerebro
apiVersion: v1
version: 0.4.0
description: cerebro is an open source(MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS and Bootstrap.
icon: https://github.com/lmenezes/cerebro/raw/master/public/img/logo.png
description: Elasticsearch web admin tool
type: application
version: 1.0.0
keywords:
- cerebro
- elasticsearch
sources:
- https://github.com/lmenezes/cerebro
maintainers:
Expand All @@ -13,3 +15,10 @@ maintainers:
- name: Matt Clark
email: mattclark@cos.io
url: https://github.com/mattclark
dependencies:
- name: cos-common
version: 1.0.0
repository: https://centerforopenscience.github.io/helm-charts/
# - name: cos-common
# version: 1.0.0
# repository: "file://../cos-common"
16 changes: 0 additions & 16 deletions cerebro/templates/_helpers.tpl

This file was deleted.

65 changes: 0 additions & 65 deletions cerebro/templates/deployment.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions cerebro/templates/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{- include "cos-common.secret" (dict "root" . "name" "" "values" .Values.main) }}
{{- include "cos-common.deployment" (dict "root" . "name" "" "values" .Values.main) }}
26 changes: 0 additions & 26 deletions cerebro/templates/secret.yaml

This file was deleted.

Loading