From 09e37994f5f5fbd38326a76ac2b05f09121b7723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com> Date: Wed, 11 Oct 2023 18:35:30 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.67.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 19280314..e54b6a87 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.107.1" +version: "0.108.0" -appVersion: "5.66.1" +appVersion: "5.67.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index c31977aa..2df62f43 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 511669bc..eac2270a 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -162,4 +162,5 @@ | 0.106.1 | 5.65.1 | Upgraded to Ghost 5.65.1 | | 0.107.0 | 5.66.0 | Upgraded to Ghost 5.66.0 | | 0.107.1 | 5.66.1 | Upgraded to Ghost 5.66.1 | +| 0.108.0 | 5.67.0 | Upgraded to Ghost 5.67.0 | | | | | -- GitLab