From 62ef2e6653050aa268fddefc8506d914f246f9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 11 Aug 2022 10:45:43 +0200 Subject: [PATCH] Update graylog chart for Graylog 4.3.5 (#1138) --- 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 aa50f98d..a73299bc 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.4.6 +version: 0.4.7 -appVersion: "4.3.4-jre11" +appVersion: "4.3.5-jre11" dependencies: - name: mongodb diff --git a/charts/graylog/README.md b/charts/graylog/README.md index 29100a49..06fae534 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 a0f04538..a95f0d61 100644 --- a/charts/graylog/RELEASENOTES.md +++ b/charts/graylog/RELEASENOTES.md @@ -19,4 +19,5 @@ | 0.4.4 | 4.3.3-jre11 | Updated chart for Graylog 4.3.3 | | 0.4.5 | 4.3.3-jre11 | Updated chart dependencies (mongodb 0.3.15) | | 0.4.6 | 4.3.4-jre11 | Updated chart for Graylog 4.3.4 | +| 0.4.7 | 4.3.5-jre11 | Updated chart for Graylog 4.3.5 | | | | | -- GitLab