From bc19c09dd84b5feb565875e9e80679a5dd9ef3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Fri, 22 Jul 2022 15:12:33 +0200 Subject: [PATCH] Update ghost chart for Ghost 5.4.1 (#1115) --- 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 64a33957..487cd482 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.49.1 +version: 0.50.0 -appVersion: "5.3.1" +appVersion: "5.4.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index b5e78a0e..2bfe26c2 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 f8307591..234fcf93 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -41,4 +41,5 @@ | 0.48.3 | 5.2.4 | Upgraded to Ghost 5.2.4 | | 0.49.0 | 5.3.0 | Upgraded to Ghost 5.3.0 | | 0.49.1 | 5.3.1 | Upgraded to Ghost 5.3.1 | +| 0.50.0 | 5.4.1 | Upgraded to Ghost 5.4.1 | | | | | -- GitLab