From b4c3d82e04797b15241372e980990b6d7e3d3688 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 12 Oct 2022 18:01:55 +0200 Subject: [PATCH] Upgraded ghost chart for Ghost 5.18.0 --- 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 47775cad..65b8ec43 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.61.2 +version: 0.62.0 -appVersion: "5.17.2" +appVersion: "5.18.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 0dd3b5e6..4c70a0d4 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 11125a76..7ff6b7f0 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -62,4 +62,5 @@ | 0.61.0 | 5.17.0 | Upgraded to Ghost 5.17.0 | | 0.61.1 | 5.17.1 | Upgraded to Ghost 5.17.1 | | 0.61.2 | 5.17.2 | Upgraded to Ghost 5.17.2 | +| 0.62.0 | 5.18.0 | Upgraded to Ghost 5.18.0 | | | | | -- GitLab