From f6f3eb9dfa6507dee27fd552c647c0d9aea5d93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 6 Oct 2022 17:05:12 +0200 Subject: [PATCH] Upgraded ghost chart for Ghost 5.17.2 --- 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 9223c39b..47775cad 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.61.1 +version: 0.61.2 -appVersion: "5.17.1" +appVersion: "5.17.2" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index e4c0f52d..0dd3b5e6 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 2aef38cd..11125a76 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -61,4 +61,5 @@ | 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 | +| 0.61.2 | 5.17.2 | Upgraded to Ghost 5.17.2 | | | | | -- GitLab