From bd98e3b5d50cb773e68f4ca8ba20fd6986ee4fb3 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, 2 Jun 2022 13:53:23 +0200
Subject: [PATCH] Update graylog chart for Graylog 4.3.1 (#1044)

---
 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 727ed16e..97b3014a 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.1
+version: 0.4.2
 
-appVersion: "4.3.0-jre11"
+appVersion: "4.3.1-jre11"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index 04802ac3..458dbbdf 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.3.0-jre11](https://img.shields.io/badge/AppVersion-4.3.0--jre11-informational?style=flat-square)
+![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.3.1-jre11](https://img.shields.io/badge/AppVersion-4.3.1--jre11-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md
index 1e20a9a6..c5a170ac 100644
--- a/charts/graylog/RELEASENOTES.md
+++ b/charts/graylog/RELEASENOTES.md
@@ -14,4 +14,5 @@
 | 0.3.17 | 4.2.9-jre11 | Updated chart for Graylog 4.2.9 |
 | 0.4.0 | 4.3.0-jre11 | Updated chart for Graylog 4.3.0 |
 | 0.4.1 | 4.3.0-jre11 | Updated chart dependencies (mongodb 0.3.14) |
+| 0.4.2 | 4.3.1-jre11 | Updated chart for Graylog 4.3.1 |
 | | | |
-- 
GitLab