From 1b2bdaa8fd87b7547347a3a2c42dcba1d82431c7 Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Wed, 21 Jul 2021 13:45:48 +0200 Subject: [PATCH] Update wordpress chart for Wordpress 5.8.0 (#522) --- charts/wordpress/Chart.yaml | 4 ++-- charts/wordpress/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml index 72fe0857..2703aad1 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.3.9 +version: 0.4.0 # This is the version number of the application being deployed. -appVersion: "5.7.2-apache" +appVersion: "5.8.0-apache" dependencies: - name: mariadb diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index e252bf8f..d48437a4 100644 --- a/charts/wordpress/README.md +++ b/charts/wordpress/README.md @@ -1,6 +1,6 @@ # Wordpress -   +   A Helm chart for Wordpress on Kubernetes -- GitLab