From de8d6c0de1e7bf18c848ba072b98bb64eec4cc12 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 26 Jan 2023 12:47:43 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.32.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 6c79b3e3..4ef3324c 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.74.1 +version: 0.75.0 -appVersion: "5.31.0" +appVersion: "5.32.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index e53f5fff..2e529826 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 2fe8d529..e6b509a5 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -93,4 +93,5 @@ | 0.73.1 | 5.30.1 | Upgraded to Ghost 5.30.1 | | 0.74.0 | 5.31.0 | Upgraded to Ghost 5.31.0 | | 0.74.1 | 5.31.0 | Updated chart dependencies (mysql 0.1.6) | +| 0.75.0 | 5.32.0 | Upgraded to Ghost 5.32.0 | | | | | -- GitLab