From 0b65b609090525d5ba37e434bf7bc060fb20bec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com> Date: Fri, 13 Oct 2023 14:12:47 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.69.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 c344871f..1c832fd8 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.109.0" +version: "0.110.0" -appVersion: "5.68.0" +appVersion: "5.69.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 83219675..41a0d798 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 7f488744..ca21ae28 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -164,4 +164,5 @@ | 0.107.1 | 5.66.1 | Upgraded to Ghost 5.66.1 | | 0.108.0 | 5.67.0 | Upgraded to Ghost 5.67.0 | | 0.109.0 | 5.68.0 | Upgraded to Ghost 5.68.0 | +| 0.110.0 | 5.69.0 | Upgraded to Ghost 5.69.0 | | | | | -- GitLab