From 0c6661d72fa7fd551b628986049b57bb9f8b69dc Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 25 Jul 2023 12:09:53 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.55.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 75005d32..e0ae5bd8 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.96.3" +version: "0.97.0" -appVersion: "5.54.4" +appVersion: "5.55.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index cf4bc559..6957b983 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 1f525f0f..e2b660d4 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -140,4 +140,5 @@ | 0.96.1 | 5.54.0 | Updated chart dependencies (mariadb 0.2.27) | | 0.96.2 | 5.54.3 | Upgraded to Ghost 5.54.3 | | 0.96.3 | 5.54.4 | Upgraded to Ghost 5.54.4 | +| 0.97.0 | 5.55.0 | Upgraded to Ghost 5.55.0 | | | | | -- GitLab