diff --git a/stable/graylog/Chart.yaml b/stable/graylog/Chart.yaml index 77fc091626..4ff4bca83e 100755 --- a/stable/graylog/Chart.yaml +++ b/stable/graylog/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: graylog home: https://www.graylog.org -version: 1.5.6 +version: 1.5.7 appVersion: 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. keywords: diff --git a/stable/graylog/templates/job.yaml b/stable/graylog/templates/job.yaml index 34c842ce29..12f2c19dcd 100644 --- a/stable/graylog/templates/job.yaml +++ b/stable/graylog/templates/job.yaml @@ -27,7 +27,7 @@ spec: - name: GRAYLOG_PASSWORD_SECRET valueFrom: secretKeyRef: - name: {{ .Values.existingRootSecret | default (include "graylog.fullname" .) }} + name: {{ .Values.graylog.existingRootSecret | default (include "graylog.fullname" .) }} key: graylog-password-secret volumeMounts: diff --git a/stable/graylog/templates/statefulset.yaml b/stable/graylog/templates/statefulset.yaml index 58e7288fcb..c9f7b69724 100644 --- a/stable/graylog/templates/statefulset.yaml +++ b/stable/graylog/templates/statefulset.yaml @@ -95,12 +95,12 @@ spec: - name: GRAYLOG_PASSWORD_SECRET valueFrom: secretKeyRef: - name: {{ .Values.existingRootSecret | default (include "graylog.fullname" .) }} + name: {{ .Values.graylog.existingRootSecret | default (include "graylog.fullname" .) }} key: graylog-password-secret - name: GRAYLOG_ROOT_PASSWORD_SHA2 valueFrom: secretKeyRef: - name: {{ .Values.existingRootSecret | default (include "graylog.fullname" .) }} + name: {{ .Values.graylog.existingRootSecret | default (include "graylog.fullname" .) }} key: graylog-password-sha2 {{- range $key, $value := .Values.graylog.env }} - name: {{ $key }}