From fcf69063f7893c44c91fd7952419fd2c56553cf9 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 17 Oct 2023 16:21:32 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.29.2 --- 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 1c832fd8..f750d006 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.110.0" +version: "0.110.1" -appVersion: "5.69.0" +appVersion: "5.69.2" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 41a0d798..d28530b9 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 ca21ae28..0b880110 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -165,4 +165,5 @@ | 0.108.0 | 5.67.0 | Upgraded to Ghost 5.67.0 | | 0.109.0 | 5.68.0 | Upgraded to Ghost 5.68.0 | | 0.110.0 | 5.69.0 | Upgraded to Ghost 5.69.0 | +| 0.110.1 | 5.69.2 | Upgraded to Ghost 5.69.2 | | | | | -- GitLab