From dc4570584b64546c4f3a92635c2b67331a1c770b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 24 Mar 2022 07:33:27 +0100 Subject: [PATCH] Update ghost chart for Ghost 4.41.1 (#935) --- charts/ghost/Chart.yaml | 4 ++-- charts/ghost/README.md | 2 +- charts/ghost/RELEASENOTES.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index d15f2c90..446dccbf 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.40.2 +version: 0.41.0 -appVersion: "4.39.1" +appVersion: "4.41.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 215eba8b..34eabb14 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 1b70c71e..f2371544 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -2,7 +2,7 @@ | Chart version | App version | Change description | | :------------ | :---------- | :----------------- | -| 0.33.4 | 4.32.2 | Fixed ingress API detection<br>Implemented startupProbe support | +| 0.33.4 | 4.32.2 | Fixed ingress API detection, Implemented startupProbe support | | 0.33.5 | 4.32.3 | Upgraded to Ghost 4.32.3 | | 0.33.6 | 4.32.3 | Fixed startupProbe | | 0.33.7 | 4.32.3 | Updated chart dependencies | @@ -21,4 +21,5 @@ | 0.40.0 | 4.39.0 | Upgraded to Ghost 4.39.0 | | 0.40.1 | 4.39.1 | Upgraded to Ghost 4.39.1 | | 0.40.2 | 4.39.1 | Updated chart dependencies (mariadb 0.2.20) | +| 0.41.0 | 4.41.1 | Upgraded to Ghost 4.41.1 | | | | | -- GitLab