From 3a6020f88e4667e92ea6c83c2ae046230352d78d Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Fri, 9 Sep 2022 17:05:03 +0200 Subject: [PATCH] Updated nextcloud chart for Nextcloud 24.0.5 --- charts/nextcloud/Chart.yaml | 4 ++-- charts/nextcloud/README.md | 2 +- charts/nextcloud/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 1be7d269..06cc6d99 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -8,10 +8,10 @@ maintainers: - name: groundhog2k # This is the chart version. -version: 0.11.10 +version: 0.11.11 # This is the version number of the application being deployed. -appVersion: "24.0.4-apache" +appVersion: "24.0.5-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 81a7e4f9..e2d195d9 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # Nextcloud -   +   ## Changelog diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md index 5a23f7d3..a621a788 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -21,4 +21,5 @@ | 0.11.8 | 24.0.4-apache | Upgraded to Nextcloud 24.0.4 | | 0.11.9 | 24.0.4-apache | Updated chart dependencies (postgres 0.2.21) | | 0.11.10 | 24.0.4-apache | Updated chart dependencies (mariadb 0.2.22) | +| 0.11.11 | 24.0.5-apache | Upgraded to Nextcloud 24.0.5 | | | | | -- GitLab