From 9812ba5c53c1e80ec52424d427371c53bf59a498 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 25 May 2023 18:08:25 +0200 Subject: [PATCH] Updated graylog chart for Graylog 5.1.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 5086af2a..e2281fd1 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.6.0" +version: "0.6.1" -appVersion: "5.1.0" +appVersion: "5.1.1" dependencies: - name: mongodb diff --git a/charts/graylog/README.md b/charts/graylog/README.md index 574dac32..2c59212e 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 578a13cb..1fed29a2 100644 --- a/charts/graylog/RELEASENOTES.md +++ b/charts/graylog/RELEASENOTES.md @@ -45,4 +45,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 | +| 0.6.1 | 5.1.1 | Updated chart for Graylog 5.1.1 | | | | | -- GitLab