From 650cd5571abf8aab81921d2be9a38d06376435f3 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 1 Nov 2023 20:12:05 +0100
Subject: [PATCH] Updated gralog chart for Graylog 5.2.0

---
 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 d0e03a93..d9cfe736 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.6.11"
+version: "0.7.0"
 
-appVersion: "5.1.8"
+appVersion: "5.2.0"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index 453f3a4a..3d99d230 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.6.11](https://img.shields.io/badge/Version-0.6.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.8](https://img.shields.io/badge/AppVersion-5.1.8-informational?style=flat-square)
+![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)
 
 ## Changelog
 
diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md
index a7aaa0a9..89148064 100644
--- a/charts/graylog/RELEASENOTES.md
+++ b/charts/graylog/RELEASENOTES.md
@@ -56,4 +56,5 @@
 | 0.6.9 | 5.1.7 | Updated chart for Graylog 5.1.7 |
 | 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 |
 | | | |
-- 
GitLab