From bb9e79d132c2144f0b4e6bc446550424e2367941 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 25 Jul 2023 12:17:38 +0200 Subject: [PATCH] Updated nextcloud chart for Nextcloud 27.0.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 e278b1f3..37af58d2 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.1" +version: "0.14.2" # This is the version number of the application being deployed. -appVersion: "27.0.0-apache" +appVersion: "27.0.1-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index c55e90c5..4b42c7aa 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 4883aac1..67ea806b 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -45,4 +45,5 @@ | 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 | | 0.14.1 | 27.0.0-apache | Updated chart dependencies (mariadb 0.3.13 / redis 0.6.14) | +| 0.14.2 | 27.0.1-apache | Upgraded to Nextcloud 27.0.1 | | | | | -- GitLab