From a24b01b089f27bfc5c3a44567247ce2a708c0f73 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, 27 Jul 2022 16:24:25 +0200 Subject: [PATCH] Update ghost chart for Ghost 5.5.0 (#1117) --- 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 487cd482..301695e4 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.50.0 +version: 0.51.0 -appVersion: "5.4.1" +appVersion: "5.5.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 2bfe26c2..06b61b17 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 234fcf93..e3c480e1 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -42,4 +42,5 @@ | 0.49.0 | 5.3.0 | Upgraded to Ghost 5.3.0 | | 0.49.1 | 5.3.1 | Upgraded to Ghost 5.3.1 | | 0.50.0 | 5.4.1 | Upgraded to Ghost 5.4.1 | +| 0.51.0 | 5.5.0 | Upgraded to Ghost 5.5.0 | | | | | -- GitLab