From a286d40c7c87fc323faec0ce3b30ca9fe11486dc Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 1 Jan 2023 11:32:16 +0100 Subject: [PATCH] Updated graylog chart for Graylog 5.0.1 --- 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 a69135b1..e33093ba 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.5.0 +version: 0.5.1 -appVersion: "5.0.0" +appVersion: "5.0.1" dependencies: - name: mongodb diff --git a/charts/graylog/README.md b/charts/graylog/README.md index c49e574e..17b68b37 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 3bf6a60a..69fc28ff 100644 --- a/charts/graylog/RELEASENOTES.md +++ b/charts/graylog/RELEASENOTES.md @@ -31,4 +31,5 @@ | 0.4.16 | 4.3.9-jre11 | Updated chart dependencies (mongodb 0.3.20) | | 0.4.17 | 4.3.9-jre11 | Updated chart dependencies (mongodb 0.3.21) | | 0.5.0 | 5.0.0 | Updated chart for Graylog 5.0.0 and chart dependencies (mongodb 0.4.15) | +| 0.5.1 | 5.0.1 | Updated chart for Graylog 5.0.1 | | | | | -- GitLab