From bd5ef6b5a2918d97eaee17c361e81001e77adb9a Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 22 Jun 2023 21:32:44 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.52.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 99c9d700..885a8d68 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.94.0" +version: "0.94.1" -appVersion: "5.52.1" +appVersion: "5.52.3" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 8058ffbe..80c91d15 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 29fdf1b9..f86e16b8 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -132,4 +132,5 @@ | 0.93.0 | 5.51.0 | Upgraded to Ghost 5.51.0 | | 0.93.1 | 5.51.1 | Upgraded to Ghost 5.51.1 | | 0.94.0 | 5.52.1 | Upgraded to Ghost 5.52.1 | +| 0.94.1 | 5.52.3 | Upgraded to Ghost 5.52.3 | | | | | -- GitLab