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: 3.0.8
appVersion: 7.0.1
version: 3.0.9
appVersion: 7.0.2
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 @@ -63,7 +63,7 @@
##
image:
repository: "graylog/graylog"
tag: "7.0.1"
tag: "7.0.2"
pullPolicy: "IfNotPresent"

## Graylog default Java option
Expand Down Expand Up @@ -673,7 +673,7 @@
## Node labels for for MongoDB pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}

Check failure on line 676 in charts/graylog/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

676:19 [trailing-spaces] trailing spaces

## Pod affinity
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
Expand Down
Loading