From 8e1523ac32aa636362b5303095cc7f9c4ae45cae Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 18 Feb 2023 17:42:03 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.35.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 7d5d3992..c204a6b2 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.77.1" +version: "0.78.0" -appVersion: "5.34.1" +appVersion: "5.35.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 6ee9f099..229741e6 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 d5c6d1c6..44dad7ab 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -101,4 +101,5 @@ | 0.76.4 | 5.33.8 | Updated chart dependencies (mariadb 0.2.25) | | 0.77.0 | 5.34.0 | Upgraded to Ghost 5.34.0 | | 0.77.1 | 5.34.1 | Upgraded to Ghost 5.34.1 | +| 0.78.0 | 5.35.0 | Upgraded to Ghost 5.35.0 | | | | | -- GitLab