From 0a6d2be70e242bb36d955b9dd4ec19b7e7ae8d25 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 5 Feb 2023 09:27:21 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.33.6 --- 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 c7a3defd..997a62b3 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.76.0 +version: 0.76.1 -appVersion: "5.33.3" +appVersion: "5.33.6" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 47a8e444..58e1145d 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 0857f04f..1f79738a 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -95,4 +95,5 @@ | 0.74.1 | 5.31.0 | Updated chart dependencies (mysql 0.1.6) | | 0.75.0 | 5.32.0 | Upgraded to Ghost 5.32.0 | | 0.76.0 | 5.33.3 | Upgraded to Ghost 5.33.3 | +| 0.76.1 | 5.33.6 | Upgraded to Ghost 5.33.6 | | | | | -- GitLab