From 6196db0e2ddb50b9b9fa0c9e03fb875ff665f3fe Mon Sep 17 00:00:00 2001 From: Alek Hrycaiko Date: Thu, 21 Aug 2025 11:51:13 -0700 Subject: [PATCH] Adds missing fields to PVC claim on STS Signed-off-by: Alek Hrycaiko --- charts/graylog/Chart.yaml | 2 +- charts/graylog/templates/statefulset.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index 0af5888..be08eb0 100755 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: graylog home: https://www.graylog.org -version: 2.3.16 +version: 2.3.17 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 diff --git a/charts/graylog/templates/statefulset.yaml b/charts/graylog/templates/statefulset.yaml index a76b803..d91df1b 100644 --- a/charts/graylog/templates/statefulset.yaml +++ b/charts/graylog/templates/statefulset.yaml @@ -268,7 +268,9 @@ spec: {{- if or .Values.graylog.persistence.enabled .Values.graylog.extraVolumeClaimTemplates }} volumeClaimTemplates: {{- if .Values.graylog.persistence.enabled }} - - metadata: + - apiVersion: v1 + kind: PersistentVolumeClaim + metadata: name: journal spec: accessModes: