From 1961b90546572b627e9c68f9438a04e4a0700d69 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 18 Jan 2023 16:37:55 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.30.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 16efd045..47e2c949 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.73.0 +version: 0.73.1 -appVersion: "5.30.0" +appVersion: "5.30.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 296ce6e3..11b1f392 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 56ff0d69..169f95dd 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -90,4 +90,5 @@ | 0.71.0 | 5.28.0 | Upgraded to Ghost 5.28.0 | | 0.72.0 | 5.29.0 | Upgraded to Ghost 5.29.0 | | 0.73.0 | 5.30.0 | Upgraded to Ghost 5.30.0 | +| 0.73.1 | 5.30.1 | Upgraded to Ghost 5.30.1 | | | | | -- GitLab