From 168ea259e3b75090a89deb87f301cfb8d509db8b Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 18 Sep 2022 12:05:04 +0200 Subject: [PATCH] Updated mongodb and graylog chart to latest version --- charts/graylog/Chart.yaml | 4 ++-- charts/graylog/README.md | 2 +- charts/graylog/RELEASENOTES.md | 1 + charts/mongodb/Chart.yaml | 4 ++-- charts/mongodb/README.md | 2 +- charts/mongodb/RELEASENOTES.md | 1 + 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index 33c18c3c..09e8a1be 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.4.9 +version: 0.4.10 -appVersion: "4.3.6-jre11" +appVersion: "4.3.7-jre11" dependencies: - name: mongodb diff --git a/charts/graylog/README.md b/charts/graylog/README.md index d2a9fe5c..28c11e73 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 1b963124..5bb93bce 100644 --- a/charts/graylog/RELEASENOTES.md +++ b/charts/graylog/RELEASENOTES.md @@ -22,4 +22,5 @@ | 0.4.7 | 4.3.5-jre11 | Updated chart for Graylog 4.3.5 | | 0.4.8 | 4.3.5-jre11 | Updated chart dependencies (mongodb 0.3.16) | | 0.4.9 | 4.3.6-jre11 | Updated chart for Graylog 4.3.6 | +| 0.4.10 | 4.3.7-jre11 | Updated chart for Graylog 4.3.7 | | | | | diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 7ad3ef06..bd38aa0b 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.4.9 +version: 0.4.10 -appVersion: "5.0.11" +appVersion: "5.0.12" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index eacfa977..685873e3 100644 --- a/charts/mongodb/README.md +++ b/charts/mongodb/README.md @@ -1,6 +1,6 @@ # MongoDB -   +   ## Changelog diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 02d42878..1371a5bf 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -28,4 +28,5 @@ | 0.4.7 | 5.0.9 | Upgraded to MongoDB 5.0.9 | | 0.4.8 | 5.0.10 | Upgraded to MongoDB 5.0.10 | | 0.4.9 | 5.0.11 | Upgraded to MongoDB 5.0.11 | +| 0.4.10 | 5.0.12 | Upgraded to MongoDB 5.0.12 | | | | | -- GitLab