From 3a12219e2ae6715ad05b4c78ad586af9d4e9ffad 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, 25 Mar 2022 19:10:01 +0100 Subject: [PATCH] Update ghost chart for Ghost 4.41.2 (#941) --- 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 446dccbf..234e0f20 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.41.0 +version: 0.41.1 -appVersion: "4.41.1" +appVersion: "4.41.2" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 34eabb14..dbe9120c 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 f2371544..f84bb95d 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -22,4 +22,5 @@ | 0.40.1 | 4.39.1 | Upgraded to Ghost 4.39.1 | | 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 | | | | | -- GitLab