From 3258a3d576d82e0570eeb74fd654741c40310f89 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Fri, 8 Sep 2023 14:40:57 +0200
Subject: [PATCH] Updated graylog chart for Graylog 5.1.5

---
 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 861b3492..5001eebd 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.6.6"
+version: "0.6.7"
 
-appVersion: "5.1.4"
+appVersion: "5.1.5"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index ab33d872..9f76ae28 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.6.6](https://img.shields.io/badge/Version-0.6.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.4](https://img.shields.io/badge/AppVersion-5.1.4-informational?style=flat-square)
+![Version: 0.6.7](https://img.shields.io/badge/Version-0.6.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.5](https://img.shields.io/badge/AppVersion-5.1.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md
index 496f9b66..d1940e6d 100644
--- a/charts/graylog/RELEASENOTES.md
+++ b/charts/graylog/RELEASENOTES.md
@@ -51,4 +51,5 @@
 | 0.6.4 | 5.1.3 | Updated chart dependencies (mongodb 0.5.16) |
 | 0.6.5 | 5.1.4 | Updated chart for Graylog 5.1.4 |
 | 0.6.6 | 5.1.4 | Updated chart dependencies (mongodb 0.5.17) |
+| 0.6.7 | 5.1.5 | Updated chart for Graylog 5.1.5 |
 | | | |
-- 
GitLab