From 468a104cd7402d292dc7411e4dbd30b193328394 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, 19 Feb 2022 10:29:51 +0100 Subject: [PATCH] Upgrade ghost chart for Ghost 4.36.1 (#886) --- 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 c409468e..eebfc093 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.37.0 +version: 0.37.1 -appVersion: "4.36.0" +appVersion: "4.36.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 7310dec1..aac10435 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 cbf630e3..472bc3b0 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -13,4 +13,5 @@ | 0.36.0 | 4.35.0 | Upgraded to Ghost 4.35.0 | | 0.36.1 | 4.35.0 | Updated chart dependencies (mariadb 0.2.18) | | 0.37.0 | 4.36.0 | Upgraded to Ghost 4.36.0 | +| 0.37.1 | 4.36.1 | Upgraded to Ghost 4.36.1 | | | | | -- GitLab