mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59: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:
|
dependencies:
|
||||||
- name: graylog
|
- name: graylog
|
||||||
version: '1.3.9'
|
version: '1.6.2'
|
||||||
repository: '@stable'
|
repository: '@stable'
|
||||||
- name: mongodb
|
- name: mongodb
|
||||||
version: '7.4.5'
|
version: '7.8.9'
|
||||||
repository: '@stable'
|
repository: '@stable'
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
version: '7.4.1'
|
version: '7.6.1'
|
||||||
repository: https://helm.elastic.co
|
repository: https://helm.elastic.co
|
||||||
- name: fluent-bit
|
- name: fluent-bit
|
||||||
version: '2.8.2'
|
version: '2.8.11'
|
||||||
repository: '@stable'
|
repository: '@stable'
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ mongodb:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
nameOverride: elasticsearch
|
nameOverride: elasticsearch
|
||||||
fullnameOverride: elasticsearch
|
fullnameOverride: elasticsearch
|
||||||
imageTag: '6.8.4'
|
imageTag: '6.8.7'
|
||||||
replicas: 1
|
replicas: 1
|
||||||
minimumMasterNodes: 1
|
minimumMasterNodes: 1
|
||||||
volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
|
|
@ -22,6 +22,9 @@ elasticsearch:
|
||||||
fluent-bit:
|
fluent-bit:
|
||||||
nameOverride: fluent-bit
|
nameOverride: fluent-bit
|
||||||
fullnameOverride: fluent-bit
|
fullnameOverride: fluent-bit
|
||||||
|
image:
|
||||||
|
fluent_bit:
|
||||||
|
tag: 1.4.1
|
||||||
input:
|
input:
|
||||||
systemd:
|
systemd:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
@ -102,7 +105,7 @@ graylog:
|
||||||
mongodb:
|
mongodb:
|
||||||
uri: mongodb://mongodb:27017/graylog
|
uri: mongodb://mongodb:27017/graylog
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
hosts: http://elasticsearch-master:9200
|
hosts: http://elasticsearch:9200
|
||||||
plugins:
|
plugins:
|
||||||
- name: graylog-plugin-auth-sso-3.1.0.jar
|
- 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
|
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