From 685a7b2ca3c6343be1db00a4805a78ac2de491fe Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Thu, 18 May 2023 09:09:22 +0200
Subject: [PATCH] Updated graylog chart for Graylog 5.1.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 8931ebab..5086af2a 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.5.9"
+version: "0.6.0"
 
-appVersion: "5.0.7"
+appVersion: "5.1.0"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index 449fd052..574dac32 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.5.9](https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.7](https://img.shields.io/badge/AppVersion-5.0.7-informational?style=flat-square)
+![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md
index e5b58544..578a13cb 100644
--- a/charts/graylog/RELEASENOTES.md
+++ b/charts/graylog/RELEASENOTES.md
@@ -44,4 +44,5 @@
 | 0.5.7 | 5.0.5 | Updated chart for Graylog 5.0.5 |
 | 0.5.8 | 5.0.6 | Updated chart for Graylog 5.0.6 and chart dependencies (mongodb 0.5.13) |
 | 0.5.9 | 5.0.7 | Updated chart for Graylog 5.0.7 |
+| 0.6.0 | 5.1.0 | Updated chart for Graylog 5.1.0 |
 | | | |
-- 
GitLab