From c794c4e3c76cb3d98c85ce0f0e47e91a263218c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:54:45 +0200 Subject: [PATCH] Update ghost chart for Ghost 5.3.0 (#1096) Fixes #1095 --- 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 db344b0e..5b59f5d1 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.48.3 +version: 0.49.0 -appVersion: "5.2.4" +appVersion: "5.3.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 0a9e4c16..578d9aa5 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 c9e3aa87..1a085335 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -39,4 +39,5 @@ | 0.48.1 | 5.2.2 | Upgraded to Ghost 5.2.2 | | 0.48.2 | 5.2.3 | Upgraded to Ghost 5.2.3 | | 0.48.3 | 5.2.4 | Upgraded to Ghost 5.2.4 | +| 0.49.0 | 5.3.0 | Upgraded to Ghost 5.3.0 | | | | | -- GitLab