From 04fe7ca190829a26e6d37f636d7ab63ec8456225 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 2 Feb 2023 20:53:39 +0100 Subject: [PATCH] Updated graylog chart for Graylog 5.0.3 --- charts/graylog/Chart.yaml | 6 +++--- charts/graylog/README.md | 2 +- charts/graylog/RELEASENOTES.md | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index bdca09f3..75be3739 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,13 +7,13 @@ type: application maintainers: - name: groundhog2k -version: "0.4.20" +version: "0.5.4" -appVersion: "4.3.12-jre11" +appVersion: "5.0.3" dependencies: - name: mongodb - version: 0.3.22 + version: 0.4.16 repository: "https://groundhog2k.github.io/helm-charts" condition: mongodb.enabled - name: elasticsearch diff --git a/charts/graylog/README.md b/charts/graylog/README.md index f6976ce4..f1664c76 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 9c732463..41eb1e34 100644 --- a/charts/graylog/RELEASENOTES.md +++ b/charts/graylog/RELEASENOTES.md @@ -37,4 +37,5 @@ | 0.5.1 | 5.0.1 | Updated chart for Graylog 5.0.1 | | 0.5.2 | 5.0.2 | Updated chart for Graylog 5.0.2 and chart dependencies (mongodb 0.4.16) | | 0.5.3 | 5.0.2 | Fixed values documentation - thx @generalovmaksim | +| 0.5.4 | 5.0.3 | Updated chart for Graylog 5.0.3 | | | | | -- GitLab