From 358968405418a80d6169a0a4fc81a06aa83913a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:29:31 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.75.3 * Updated ghost chart for Ghost 5.75.3 --- 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 f801ca11..42243dc8 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.116.5" +version: "0.116.6" -appVersion: "5.75.2" +appVersion: "5.75.3" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 46650a4a..756d57c0 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 f7f6b4e6..6b22117a 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -182,4 +182,5 @@ | 0.116.3 | 5.75.2 | Added optional ingressClassName and removed deprecated api support | | 0.116.4 | 5.75.2 | Refactored ingress configuration and added optional labels and pathType | | 0.116.5 | 5.75.2 | Added support for network policies and additional labels and annotations | +| 0.116.3 | 5.75.3 | Upgraded to Ghost 5.75.3 | | | | | -- GitLab