From 3b1f6d2624c1d7db5da4b10724f4d950c977ceef Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Fri, 2 Sep 2022 09:13:35 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.12.3 --- charts/ghost/Chart.yaml | 4 ++-- charts/ghost/README.md | 2 +- charts/ghost/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index 29b49f3b..73466bad 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.57.1 +version: 0.57.2 -appVersion: "5.12.0" +appVersion: "5.12.3" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 37ddb546..a527584d 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,6 +1,6 @@ # Ghost -   +   ## Changelog diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md index e88c7203..57addc19 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -52,4 +52,5 @@ | 0.56.0 | 5.11.0 | Upgraded to Ghost 5.11.0 | | 0.57.0 | 5.12.0 | Upgraded to Ghost 5.12.0 | | 0.57.1 | 5.12.0 | Updated chart dependencies (mariadb 0.2.22) | +| 0.57.2 | 5.12.3 | Upgraded to Ghost 5.12.3 | | | | | -- GitLab