From 89ff59d8dd9577ef0dff04c1d87ec10b03bf0347 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 22 Feb 2023 15:51:37 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.35.1 --- 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 c204a6b2..54717f4e 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.78.0" +version: "0.78.1" -appVersion: "5.35.0" +appVersion: "5.35.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 229741e6..7cd8349b 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 44dad7ab..8781b1ca 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -102,4 +102,5 @@ | 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 | +| 0.78.1 | 5.35.1 | Upgraded to Ghost 5.35.1 | | | | | -- GitLab