From 4a10dd351659559f77eddc43c8eff318f6c36c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 2 Aug 2022 20:48:26 +0200 Subject: [PATCH] Update ghost chart for Ghost 5.7.0 (#1123) --- 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 301695e4..27077e52 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.51.0 +version: 0.52.0 -appVersion: "5.5.0" +appVersion: "5.7.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 06b61b17..7e806e36 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 e3c480e1..6dd94536 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -43,4 +43,5 @@ | 0.49.1 | 5.3.1 | Upgraded to Ghost 5.3.1 | | 0.50.0 | 5.4.1 | Upgraded to Ghost 5.4.1 | | 0.51.0 | 5.5.0 | Upgraded to Ghost 5.5.0 | +| 0.52.0 | 5.7.0 | Upgraded to Ghost 5.7.0 | | | | | -- GitLab