From da3dba207c02c49c373b94387cff52af0a92384b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:25:31 +0200 Subject: [PATCH] Update ghost chart for Ghost 4.44.0 (#957) --- 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 4e6bf913..97096c3f 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.41.2 +version: 0.42.0 -appVersion: "4.41.3" +appVersion: "4.44.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 7839e623..5926fbaa 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 2db8c90f..e7cc23af 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -24,4 +24,5 @@ | 0.41.0 | 4.41.1 | Upgraded to Ghost 4.41.1 | | 0.41.1 | 4.41.2 | Upgraded to Ghost 4.41.2 | | 0.41.2 | 4.41.3 | Upgraded to Ghost 4.41.3 | +| 0.42.0 | 4.44.0 | Upgraded to Ghost 4.44.0 | | | | | -- GitLab