From 7d1b9b854b2f81e043aafe9a544437f9ab30c4ab Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 2 Oct 2022 10:31:43 +0200 Subject: [PATCH] Upgraded ghost chart for Ghost 5.17.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 f681a31e..6b4d7436 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.60.2 +version: 0.61.0 -appVersion: "5.16.2" +appVersion: "5.17.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index e0b46743..5f5bf79b 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 53e2850f..cac5aded 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -59,4 +59,5 @@ | 0.60.0 | 5.16.2 | Upgraded to Ghost 5.16.2 | | 0.60.1 | 5.16.2 | Implemented support for image.registry option | | 0.60.2 | 5.16.2 | Updated chart dependencies (mariadb 0.2.23, mysql 0.1.3) | +| 0.61.0 | 5.17.0 | Upgraded to Ghost 5.17.0 | | | | | -- GitLab