From c72ae2f90cc9ff67f7ec43dfdeb90ca694b85a57 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 14 Jun 2023 16:56:15 +0200 Subject: [PATCH] Updated nextcloud chart for Nextcloud 27.0.0 --- 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 04282072..37c35707 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.13.5" +version: "0.14.0" # This is the version number of the application being deployed. -appVersion: "26.0.2-apache" +appVersion: "27.0.0-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 592b83f8..06f7b7e1 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 aeab9555..6160c76e 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -43,4 +43,5 @@ | 0.13.3 | 26.0.1-apache | Upgraded to Nextcloud 26.0.1 | | 0.13.4 | 26.0.1-apache | Updated chart dependencies (mariadb 0.3.12 / postgres 0.4.5 / redis 0.6.11) | | 0.13.5 | 26.0.2-apache | Upgraded to Nextcloud 26.0.2 | +| 0.14.0 | 27.0.0-apache | Upgraded to Nextcloud 27.0.0 | | | | | -- GitLab