From 8ab3474873304f3d7f36e57f414e547461a807b0 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 4 Apr 2023 17:21:05 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.41.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 2f656d4f..42cc90ab 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.83.2" +version: "0.84.0" -appVersion: "5.40.2" +appVersion: "5.41.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 0a51aa19..c2980ba9 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 b267fe18..ce75b611 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -111,4 +111,5 @@ | 0.83.0 | 5.40.1 | Upgraded to Ghost 5.40.1 | | 0.83.1 | 5.40.1 | Fixed health probe warnings | | 0.83.2 | 5.40.2 | Upgraded to Ghost 5.40.2 | +| 0.84.0 | 5.41.0 | Upgraded to Ghost 5.41.0 | | | | | -- GitLab