From cc59abb40abe00a41940fd119bb8efc24c5aa2db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com> Date: Fri, 22 Sep 2023 17:33:33 +0200 Subject: [PATCH] Updated nextcloud chart for Nextcloud 27.1.1 --- 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 a1f5bfca..0c2acf6f 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.15.0" +version: "0.15.1" # This is the version number of the application being deployed. -appVersion: "27.1.0-apache" +appVersion: "27.1.1-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index c4ed436a..c6af057c 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 4aaf7b9d..8e7a0905 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -50,4 +50,5 @@ | 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 | +| 0.15.1 | 27.1.1-apache | Upgraded to Nextcloud 27.1.1 | | | | | -- GitLab