Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/graylog]: Move updateStrategy to the correct location #14006

Merged
merged 1 commit into from May 20, 2019
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
2 changes: 1 addition & 1 deletion stable/graylog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: graylog
home: https://www.graylog.org
version: 1.1.0
version: 1.1.1
appVersion: 2.5.1-3
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:
Expand Down
3 changes: 2 additions & 1 deletion stable/graylog/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
app.kubernetes.io/name: {{ template "graylog.name" . }}
app.kubernetes.io/instance: "{{ .Release.Name }}"
app.kubernetes.io/managed-by: "{{ .Release.Service }}"
updateStrategy:
type: {{ .Values.graylog.updateStrategy }}
template:
metadata:
labels:
Expand All @@ -36,7 +38,6 @@ spec:
{{- end }}
spec:
serviceAccountName: {{ template "graylog.serviceAccountName" . }}
updateStrategy: {{ .Values.graylog.updateStrategy }}
{{- if .Values.graylog.nodeSelector }}
nodeSelector:
{{ toYaml .Values.graylog.nodeSelector | indent 8 }}
Expand Down