From d612a4fd0d156578c94e517836f4e4b46e3609f2 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 8 Oct 2022 09:51:08 +0200 Subject: [PATCH] Upgraded nextcloud chart for Nextcloud 24.0.6 --- 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 c39cc7fd..3de50826 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.14 +version: 0.11.15 # This is the version number of the application being deployed. -appVersion: "24.0.5-apache" +appVersion: "24.0.6-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 97442df9..2391288f 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 1d8d67e5..e91af5d1 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -25,4 +25,5 @@ | 0.11.12 | 24.0.5-apache | Updated chart dependencies (redis 0.5.6) | | 0.11.13 | 24.0.5-apache | Implemented support for image.registry option | | 0.11.14 | 24.0.5-apache | Updated chart dependencies (mariadb 0.2.23 / postgres 0.2.12 / redis 0.5.8) | +| 0.11.15 | 24.0.6-apache | Upgraded to Nextcloud 24.0.6 | | | | | -- GitLab