From 27907449065dd4f15a312d5056d93d943d4df8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com> Date: Sun, 15 Oct 2023 10:50:15 +0200 Subject: [PATCH] Updated graylog chart for Graylog 5.1.7 --- 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 ddc8bf03..778e96ac 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.6.8" +version: "0.6.9" -appVersion: "5.1.6" +appVersion: "5.1.7" dependencies: - name: mongodb diff --git a/charts/graylog/README.md b/charts/graylog/README.md index b46b22eb..4cfdf7d3 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 93e54c50..a6ad690f 100644 --- a/charts/graylog/RELEASENOTES.md +++ b/charts/graylog/RELEASENOTES.md @@ -53,4 +53,5 @@ | 0.6.6 | 5.1.4 | Updated chart dependencies (mongodb 0.5.17) | | 0.6.7 | 5.1.5 | Updated chart for Graylog 5.1.5 | | 0.6.8 | 5.1.6 | Updated chart for Graylog 5.1.6 and dependencies (mongodb 0.5.18) | +| 0.6.9 | 5.1.7 | Updated chart for Graylog 5.1.7 | | | | | -- GitLab