From aa8c297b0f21c38f907c14b6d8e4d2243610a6f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 3 Mar 2022 15:37:45 +0100
Subject: [PATCH] Update graylog chart for Graylog 4.2.7 (#898)

---
 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 ac7f9525..5c6b11b7 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.13
+version: 0.3.14
 
-appVersion: "4.2.6-jre11"
+appVersion: "4.2.7-jre11"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index b615d41f..e23d0992 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.3.13](https://img.shields.io/badge/Version-0.3.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.6](https://img.shields.io/badge/AppVersion-4.2.6-informational?style=flat-square)
+![Version: 0.3.14](https://img.shields.io/badge/Version-0.3.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.7](https://img.shields.io/badge/AppVersion-4.2.7-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md
index 84d5ad2c..88ec9853 100644
--- a/charts/graylog/RELEASENOTES.md
+++ b/charts/graylog/RELEASENOTES.md
@@ -8,4 +8,5 @@
 | 0.3.11 | 4.2.6-jre11 | Updated chart for Graylog 4.2.6 |
 | 0.3.12 | 4.2.6-jre11 | Updated mongodb chart dependency to 0.3.9 (MongoDB 4.4.12) |
 | 0.3.13 | 4.2.6-jre11 | Updated mongodb chart dependencies to 0.3.10 |
+| 0.3.14 | 4.2.7-jre11 | Updated chart for Graylog 4.2.7 |
 | | | |
-- 
GitLab