mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
logging: upgrade charts
This commit is contained in:
parent
367fd2787a
commit
ab46016af7
2 changed files with 9 additions and 6 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue