From 4dade3d4b77a5f86d062ddf409a2584062df0358 Mon Sep 17 00:00:00 2001 From: sekka1 Date: Tue, 27 Aug 2019 09:26:41 -0700 Subject: [PATCH] [stable/graylog] Updating the rolling update strategy to type RollingUpdate (#16634) * Updating the rolling update strategy to type RollingUpdate Signed-off-by: garland * Increasing the version number Signed-off-by: garland --- stable/graylog/Chart.yaml | 2 +- stable/graylog/README.md | 4 ++-- stable/graylog/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/graylog/Chart.yaml b/stable/graylog/Chart.yaml index bb4c5c6497..5c30510300 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.3.1 +version: 1.3.3 appVersion: 3.0.2-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. keywords: diff --git a/stable/graylog/README.md b/stable/graylog/README.md index 586b05bdeb..fce25ae7b9 100644 --- a/stable/graylog/README.md +++ b/stable/graylog/README.md @@ -86,7 +86,7 @@ Set the following values in `values.yaml` ```yaml graylog: - tolerations: + tolerations: - key: graylog value: "true" operator: "Equal" @@ -114,7 +114,7 @@ The following table lists the configurable parameters of the Cassandra chart and | `graylog.service.master.annotations` | Graylog Master Service annotations | `{}` | | `graylog.podAnnotations` | Kubernetes Pod annotations | `{}` | | `graylog.terminationGracePeriodSeconds` | Pod termination grace period | `120` | -| `graylog.updateStrategy` | Update Strategy of the StatefulSet | `OnDelete` | +| `graylog.updateStrategy` | Update Strategy of the StatefulSet | `RollingUpdate` | | `graylog.persistence.enabled` | Use a PVC to persist data | `true` | | `graylog.persistence.storageClass` | Storage class of backing PVC | `nil` (uses storage class annotation) | | `graylog.persistence.accessMode` | Use volume as ReadOnly or ReadWrite | `ReadWriteOnce` | diff --git a/stable/graylog/values.yaml b/stable/graylog/values.yaml index 19d8873f4e..3a97dc7486 100644 --- a/stable/graylog/values.yaml +++ b/stable/graylog/values.yaml @@ -171,9 +171,9 @@ graylog: # heapSize: "1024g" ## RollingUpdate update strategy - ## ref: https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#updating-statefulsets + ## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies ## - updateStrategy: OnDelete + updateStrategy: RollingUpdate ## Graylog server pod termination grace period ## terminationGracePeriodSeconds: 120