Skip to content
Merged
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
4 changes: 2 additions & 2 deletions charts/graylog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: graylog
home: https://www.graylog.org
version: 2.3.15
appVersion: 6.3.0
version: 2.3.16
appVersion: 6.3.1
description: Graylog is the centralized log management solution built to open
standards for capturing, storing, and enabling real-time analysis of terabytes
of machine data.
Expand Down
2 changes: 1 addition & 1 deletion charts/graylog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ graylog:
##
image:
repository: "graylog/graylog"
tag: "6.3.0"
tag: "6.3.1"
pullPolicy: "IfNotPresent"

## Graylog default Java option
Expand Down
Loading