From d495a2d20ffc0caee710b6b9628efc0f04b9bc81 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 13 Feb 2024 08:03:29 +0100 Subject: [PATCH] Upgraded ghost chart for Ghost 5.79.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 f6cf39bc..fc04efb1 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.120.0" +version: "0.120.1" -appVersion: "5.79.0" +appVersion: "5.79.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 5cf428b8..e2e92899 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 efeb96ac..59a51346 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -189,4 +189,5 @@ | 0.118.0 | 5.77.0 | Upgraded to Ghost 5.77.0 | | 0.119.0 | 5.78.0 | Upgraded to Ghost 5.78.0 | | 0.120.0 | 5.79.0 | Upgraded to Ghost 5.79.0 | +| 0.120.1 | 5.79.1 | Upgraded to Ghost 5.79.1 | | | | | -- GitLab