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 -   +   ## 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