From a77025ef34e2a5006a61ddcc35d6f344a7a1c4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 26 Mar 2022 22:27:23 +0100 Subject: [PATCH] Update ghost chart for Ghost 4.41.3 (#943) --- 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 234e0f20..4e6bf913 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.41.1 +version: 0.41.2 -appVersion: "4.41.2" +appVersion: "4.41.3" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index dbe9120c..7839e623 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 f84bb95d..2db8c90f 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -23,4 +23,5 @@ | 0.40.2 | 4.39.1 | Updated chart dependencies (mariadb 0.2.20) | | 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 | | | | | -- GitLab