From 7f1e5d24258b279abb2cc485bc550018e6632d2c Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 13 Jun 2023 20:06:28 +0200 Subject: [PATCH] Update ghost chart for Ghost 5.51.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 150e1738..3ed223a2 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.92.3" +version: "0.93.0" -appVersion: "5.49.3" +appVersion: "5.51.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 281d1ac7..81fa771f 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 a6c4e112..2328f199 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -129,4 +129,5 @@ | 0.92.1 | 5.49.1 | Upgraded to Ghost 5.49.1 | | 0.92.2 | 5.49.2 | Upgraded to Ghost 5.49.2 | | 0.92.3 | 5.49.3 | Upgraded to Ghost 5.49.3 | +| 0.93.0 | 5.51.0 | Upgraded to Ghost 5.51.0 | | | | | -- GitLab