From 1ca3e97fc2b4c699d39458ef399e5853b452bdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com> Date: Wed, 20 Sep 2023 15:02:48 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.63.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 d22cfa7f..8963d416 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.103.0" +version: "0.104.0" -appVersion: "5.62.0" +appVersion: "5.63.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index b29e37db..230a7e01 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 0a112d38..50537f9f 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -156,4 +156,5 @@ | 0.102.0 | 5.61.2 | Upgraded to Ghost 5.61.2 | | 0.102.1 | 5.61.3 | Upgraded to Ghost 5.61.3 | | 0.103.0 | 5.62.0 | Upgraded to Ghost 5.62.0 | +| 0.104.0 | 5.63.0 | Upgraded to Ghost 5.63.0 | | | | | -- GitLab