From ca09669a22dbd49b02fc066b38680cf7b1a0826b Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 20 May 2023 12:11:31 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.49.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 3057ecba..159db0a0 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.91.0" +version: "0.92.0" -appVersion: "5.48.0" +appVersion: "5.49.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 306168d5..529c2a98 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 47216db0..dc6c2386 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -125,4 +125,5 @@ | 0.90.2 | 5.47.1 | Updated chart dependencies (mariadb 0.2.26) | | 0.90.3 | 5.47.2 | Upgraded to Ghost 5.47.2 | | 0.91.0 | 5.48.0 | Upgraded to Ghost 5.48.0 | +| 0.92.0 | 5.49.0 | Upgraded to Ghost 5.49.0 | | | | | -- GitLab