From 616778579b07f051464648b1fbdf113f0b97334d Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Fri, 31 Mar 2023 21:49:24 +0200 Subject: [PATCH] Updated ghost and wordpress chart --- charts/ghost/Chart.yaml | 4 ++-- charts/ghost/README.md | 2 +- charts/ghost/RELEASENOTES.md | 1 + charts/wordpress/Chart.yaml | 4 ++-- charts/wordpress/README.md | 2 +- charts/wordpress/RELEASENOTES.md | 1 + 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index d695c904..2f656d4f 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.83.1" +version: "0.83.2" -appVersion: "5.40.1" +appVersion: "5.40.2" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index dbd65375..0a51aa19 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 8cf7f386..b267fe18 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -110,4 +110,5 @@ | 0.82.0 | 5.39.0 | Upgraded to Ghost 5.39.0 | | 0.83.0 | 5.40.1 | Upgraded to Ghost 5.40.1 | | 0.83.1 | 5.40.1 | Fixed health probe warnings | +| 0.83.2 | 5.40.2 | Upgraded to Ghost 5.40.2 | | | | | diff --git a/charts/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml index f2033327..4d19cfe0 100644 --- a/charts/wordpress/Chart.yaml +++ b/charts/wordpress/Chart.yaml @@ -8,10 +8,10 @@ maintainers: type: application # This is the chart version. -version: "0.7.6" +version: "0.8.0" # This is the version number of the application being deployed. -appVersion: "6.1.1-apache" +appVersion: "6.2.0-apache" dependencies: - name: mariadb diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index c093a578..7743d1fa 100644 --- a/charts/wordpress/README.md +++ b/charts/wordpress/README.md @@ -1,6 +1,6 @@ # Wordpress -   +   ## Changelog diff --git a/charts/wordpress/RELEASENOTES.md b/charts/wordpress/RELEASENOTES.md index 5ca34c32..a763960b 100644 --- a/charts/wordpress/RELEASENOTES.md +++ b/charts/wordpress/RELEASENOTES.md @@ -24,4 +24,5 @@ | 0.7.4 | 6.1.1-apache | Updated version detection for pod disruption budget | | 0.7.5 | 6.1.1-apache | Updated chart dependencies (mariadb 0.2.25) | | 0.7.6 | 6.1.1-apache | Fixed health probe warnings | +| 0.8.0 | 6.2.0-apache | Upgraded to Wordpress 6.2.0 | | | | | -- GitLab