From d3407252d22ec26fdb0ecdbd37eff0ac12f65931 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Wed, 15 Nov 2023 17:50:25 +0100
Subject: [PATCH] Updated graylog chart for Graylog 5.2.1 (#1270)

---
 charts/graylog/Chart.yaml      | 4 ++--
 charts/graylog/README.md       | 2 +-
 charts/graylog/RELEASENOTES.md | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml
index d9cfe736..be6c930c 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.7.0"
+version: "0.7.1"
 
-appVersion: "5.2.0"
+appVersion: "5.2.1"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index 3d99d230..7fb21af3 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.0](https://img.shields.io/badge/AppVersion-5.2.0-informational?style=flat-square)
+![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.1](https://img.shields.io/badge/AppVersion-5.2.1-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md
index 89148064..9a08dc71 100644
--- a/charts/graylog/RELEASENOTES.md
+++ b/charts/graylog/RELEASENOTES.md
@@ -57,4 +57,5 @@
 | 0.6.10 | 5.1.7 | Updated dependencies (mongodb 0.5.19) |
 | 0.6.11 | 5.1.8 | Updated chart for Graylog 5.1.8 |
 | 0.7.0 | 5.2.0 | Updated chart for Graylog 5.2.0 |
+| 0.7.1 | 5.2.1 | Updated chart for Graylog 5.2.1 |
 | | | |
-- 
GitLab