From 4b964a7d8e7193473e26a6c6b0315c18aa5a2843 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 18 May 2023 09:18:33 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.48.0 --- 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 a9508f6b..3057ecba 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.90.3" +version: "0.91.0" -appVersion: "5.47.2" +appVersion: "5.48.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 4328efa8..306168d5 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 2cae6198..47216db0 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -124,4 +124,5 @@ | 0.90.1 | 5.47.1 | Upgraded to Ghost 5.47.1 | | 0.90.2 | 5.47.1 | Updated chart dependencies (mariadb 0.2.26) | | 0.90.3 | 5.47.2 | Upgraded to Ghost 5.47.2 | +| 0.91.0 | 5.48.0 | Upgraded to Ghost 5.48.0 | | | | | -- GitLab