From 368b6b5a0e408eee3b4ac23e5032f8b47abb3e86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Fri, 6 May 2022 21:35:02 +0200
Subject: [PATCH] Update graylog chart for Graylog 4.2.9 (#976)

---
 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 6757184d..fb6129dc 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.16
+version: 0.3.17
 
-appVersion: "4.2.8-jre11"
+appVersion: "4.2.9-jre11"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index 8b3fbbd5..ff6791b1 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.3.16](https://img.shields.io/badge/Version-0.3.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.8](https://img.shields.io/badge/AppVersion-4.2.8-informational?style=flat-square)
+![Version: 0.3.17](https://img.shields.io/badge/Version-0.3.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.9](https://img.shields.io/badge/AppVersion-4.2.9-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md
index ef60d0e1..4d462149 100644
--- a/charts/graylog/RELEASENOTES.md
+++ b/charts/graylog/RELEASENOTES.md
@@ -11,4 +11,5 @@
 | 0.3.14 | 4.2.7-jre11 | Updated chart for Graylog 4.2.7 |
 | 0.3.15 | 4.2.7-jre11 | Updated mongodb chart dependency to 0.3.13 (MongoDB 4.4.13) |
 | 0.3.16 | 4.2.8-jre11 | Updated chart for Graylog 4.2.8 |
+| 0.3.17 | 4.2.9-jre11 | Updated chart for Graylog 4.2.9 |
 | | | |
-- 
GitLab