mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Add Graylog chart Signed-off-by: KongZ <goonohc@gmail.com> * Fixed lint Signed-off-by: KongZ <goonohc@gmail.com> * Graylog 2.4:lastest remove wget from dockerfile and /docker-entrypoint.sh no longer working with k8s Signed-off-by: KongZ <goonohc@gmail.com> * Fixed journal permissions Signed-off-by: KongZ <goonohc@gmail.com> * remove rest_transport_uri and increase livenessProbe timeout Signed-off-by: KongZ <goonohc@gmail.com> * change node-id location, add metrics plugin, increase liveness timeout Signed-off-by: KongZ <goonohc@gmail.com> * apply new suggested standard labels Signed-off-by: KongZ <goonohc@gmail.com> * Add ES and MongoDB in requirements.yaml, also add options to auto install or manual Signed-off-by: KongZ <goonohc@gmail.com> * fixed elasticsearch could not start Signed-off-by: KongZ <goonohc@gmail.com> * trim trailing space Signed-off-by: KongZ <goonohc@gmail.com> * add new line character at the end of file Signed-off-by: KongZ <goonohc@gmail.com> * Move to incubator Signed-off-by: KongZ <goonohc@gmail.com> * remove requirements.lock Signed-off-by: KongZ <goonohc@gmail.com> * Add secrets to rbac role, update README Signed-off-by: KongZ <goonohc@gmail.com> * Update label in notes.txt Signed-off-by: KongZ <goonohc@gmail.com> * Fixed entrypoint to match with latest Graylog image Signed-off-by: KongZ <goonohc@gmail.com> * Upgrade Graylog to 2.5 and ES 6.5 Signed-off-by: KongZ <goonohc@gmail.com> * Fixed lint and add note about graylog image Signed-off-by: KongZ <goonohc@gmail.com> * Move to stable, add graylog.chart func Signed-off-by: KongZ <goonohc@gmail.com> * use UseCGroupMemoryLimitForHeap Signed-off-by: KongZ <goonohc@gmail.com> * update selector lables Signed-off-by: KongZ <goonohc@gmail.com>
12 lines
292 B
YAML
12 lines
292 B
YAML
dependencies:
|
|
- name: elasticsearch
|
|
version: 1.15.0
|
|
repository: https://kubernetes-charts.storage.googleapis.com/
|
|
tags:
|
|
- install-elasticsearch
|
|
- name: mongodb-replicaset
|
|
version: 3.8.4
|
|
repository: https://kubernetes-charts.storage.googleapis.com/
|
|
tags:
|
|
- install-mongodb
|