From c4d0f228252c7e5ddb4fbc44d541d6aae27089d5 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 21 Jan 2023 18:31:02 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.31.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 47e2c949..bfbb6371 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.73.1 +version: 0.74.0 -appVersion: "5.30.1" +appVersion: "5.31.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 11b1f392..5802cc6c 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 169f95dd..09442d8a 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -91,4 +91,5 @@ | 0.72.0 | 5.29.0 | Upgraded to Ghost 5.29.0 | | 0.73.0 | 5.30.0 | Upgraded to Ghost 5.30.0 | | 0.73.1 | 5.30.1 | Upgraded to Ghost 5.30.1 | +| 0.74.0 | 5.31.0 | Upgraded to Ghost 5.31.0 | | | | | -- GitLab