From e15fd5a3f471046b980b577e7b63871e1b8af6d8 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 3 Jan 2023 15:04:22 +0100 Subject: [PATCH] Updates ghost chart for Ghost 5.26.4 --- 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 9ce07a2e..ca1da3f4 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.69.2 +version: 0.69.3 -appVersion: "5.26.3" +appVersion: "5.26.4" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index b405fa6f..52091435 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 f23e2265..acc23837 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -84,4 +84,5 @@ | 0.69.0 | 5.26.1 | Upgraded to Ghost 5.26.1 | | 0.69.1 | 5.26.2 | Upgraded to Ghost 5.26.2 | | 0.69.2 | 5.26.3 | Upgraded to Ghost 5.26.3 | +| 0.69.3 | 5.26.4 | Upgraded to Ghost 5.26.4 | | | | | -- GitLab