From bafc9db8c00783b4e7103af650d2b81a3a7085c1 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 31 May 2023 20:23:55 +0200 Subject: [PATCH] Updated nextcloud chart for Nextcloud 26.0.2 --- charts/nextcloud/Chart.yaml | 4 ++-- charts/nextcloud/README.md | 2 +- charts/nextcloud/RELEASENOTES.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index eae8e675..04282072 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.4" +version: "0.13.5" # This is the version number of the application being deployed. -appVersion: "26.0.1-apache" +appVersion: "26.0.2-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 96960060..592b83f8 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 c118a199..aeab9555 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -41,5 +41,6 @@ | 0.13.1 | 26.0.0-apache | Updated chart dependencies (mariadb 0.3.11 / postgres 0.4.4 / redis 0.6.9) | | 0.13.2 | 26.0.0-apache | Updated chart dependencies (redis 0.6.10) | | 0.13.3 | 26.0.1-apache | Upgraded to Nextcloud 26.0.1 | -| 0.13.3 | 26.0.1-apache | Updated chart dependencies (mariadb 0.3.12 / postgres 0.4.5 / redis 0.6.11) | +| 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 | | | | | -- GitLab