logging: upgrade charts

This commit is contained in:
Andrey Kartashov 2020-03-31 18:50:13 +07:00
parent 367fd2787a
commit ab46016af7
2 changed files with 9 additions and 6 deletions

View file

@ -1,13 +1,13 @@
dependencies:
- name: graylog
version: '1.3.9'
version: '1.6.2'
repository: '@stable'
- name: mongodb
version: '7.4.5'
version: '7.8.9'
repository: '@stable'
- name: elasticsearch
version: '7.4.1'
version: '7.6.1'
repository: https://helm.elastic.co
- name: fluent-bit
version: '2.8.2'
version: '2.8.11'
repository: '@stable'

View file

@ -13,7 +13,7 @@ mongodb:
elasticsearch:
nameOverride: elasticsearch
fullnameOverride: elasticsearch
imageTag: '6.8.4'
imageTag: '6.8.7'
replicas: 1
minimumMasterNodes: 1
volumeClaimTemplate:
@ -22,6 +22,9 @@ elasticsearch:
fluent-bit:
nameOverride: fluent-bit
fullnameOverride: fluent-bit
image:
fluent_bit:
tag: 1.4.1
input:
systemd:
enabled: false
@ -102,7 +105,7 @@ graylog:
mongodb:
uri: mongodb://mongodb:27017/graylog
elasticsearch:
hosts: http://elasticsearch-master:9200
hosts: http://elasticsearch:9200
plugins:
- name: graylog-plugin-auth-sso-3.1.0.jar
url: https://github.com/Graylog2/graylog-plugin-auth-sso/releases/download/3.1.0/graylog-plugin-auth-sso-3.1.0.jar