From e16ec3825168af2e9683530e30005084d9d1023e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com> Date: Wed, 20 Sep 2023 15:04:37 +0200 Subject: [PATCH] Updated nextcloud chart for Nextcloud 27.1.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 4b57c929..a1f5bfca 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.14.5" +version: "0.15.0" # This is the version number of the application being deployed. -appVersion: "27.0.2-apache" +appVersion: "27.1.0-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index d109fa39..c4ed436a 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 56137b38..4aaf7b9d 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -49,4 +49,5 @@ | 0.14.3 | 27.0.2-apache | Upgraded to Nextcloud 27.0.2 | | 0.14.4 | 27.0.2-apache | Updated chart dependencies (mariadb 0.3.14) | | 0.14.5 | 27.0.2-apache | Updated chart dependencies (postgres 0.4.6) | +| 0.15.0 | 27.1.0-apache | Upgraded to Nextcloud 27.1.0 | | | | | -- GitLab