From ba73da63a64861ed4a3d0ffa59efa8dbdae8077c 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, 21 Jan 2022 19:53:11 +0100 Subject: [PATCH] Update ghost chart for Ghost 4.32.3 (#820) --- 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 e0ff50b0..89d8f9dd 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.33.4 +version: 0.33.5 -appVersion: "4.32.2" +appVersion: "4.32.3" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index c9dd2e94..c1890052 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 6d3503c3..f4b0c8fb 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -3,4 +3,5 @@ | Chart version | App version | Change description | | :------------ | :---------- | :----------------- | | 0.33.4 | 4.32.2 | Fixed ingress API detection<br>Implemented startupProbe support | +| 0.33.5 | 4.32.3 | Upgraded to Ghost 4.32.3 | | | | | -- GitLab