From a6f03be9a109aeeaa320adf21fe84745db69ccc2 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, 5 Oct 2022 08:27:37 +0200 Subject: [PATCH] Upgraded ghost chart for Ghost 5.17.1 --- 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 6b4d7436..9223c39b 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.61.0 +version: 0.61.1 -appVersion: "5.17.0" +appVersion: "5.17.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 5f5bf79b..e4c0f52d 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 cac5aded..2aef38cd 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -60,4 +60,5 @@ | 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 | +| 0.61.1 | 5.17.1 | Upgraded to Ghost 5.17.1 | | | | | -- GitLab