From ac6f20948516d3c911e34ff5aa54c424524189c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Fri, 18 Mar 2022 15:00:03 +0100 Subject: [PATCH] Update ghost chart for Ghost 4.39.1 (#923) --- 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 9aa6cd6f..7c49d9cd 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.40.0 +version: 0.40.1 -appVersion: "4.39.0" +appVersion: "4.39.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 8b45b74e..8c0f02d3 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 faae88c0..f7ad2687 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -19,4 +19,5 @@ | 0.39.0 | 4.38.0 | Upgraded to Ghost 4.38.0 | | 0.39.1 | 4.38.1 | Upgraded to Ghost 4.38.1 | | 0.40.0 | 4.39.0 | Upgraded to Ghost 4.39.0 | +| 0.40.1 | 4.39.1 | Upgraded to Ghost 4.39.1 | | | | | -- GitLab