From 677fae58a73eb79c8332fcc48adad79010ae98da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:42:40 +0200 Subject: [PATCH] Update ghost chart for Ghost 5.2.3 (#1068) --- 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 38d51c99..698e8ae1 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.48.1 +version: 0.48.2 -appVersion: "5.2.2" +appVersion: "5.2.3" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index ed26bea3..e313d260 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 0efcaef9..750943e4 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -37,4 +37,5 @@ | 0.47.1 | 5.1.1 | Updated chart dependencies (mariadb 0.2.21) | | 0.48.0 | 5.2.1 | Upgraded to Ghost 5.2.1 | | 0.48.1 | 5.2.2 | Upgraded to Ghost 5.2.2 | +| 0.48.2 | 5.2.3 | Upgraded to Ghost 5.2.3 | | | | | -- GitLab