From 0bea6a6c09fec19fd2eaa7c9e710de6bf0bb6023 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 21 Jun 2023 16:29:07 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.52.1 --- 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 da5a8037..99c9d700 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.93.1" +version: "0.94.0" -appVersion: "5.51.1" +appVersion: "5.52.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 7f6dfa0f..8058ffbe 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 a501e3ac..29fdf1b9 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -131,4 +131,5 @@ | 0.92.3 | 5.49.3 | Upgraded to Ghost 5.49.3 | | 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 | | | | | -- GitLab