From 078bfb28e535f3c144dfe6222f02413b7a64d355 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 12 Aug 2023 14:54:23 +0200 Subject: [PATCH] Updated nextcloud chart for Nextcloud 27.0.2 --- 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 37af58d2..4a50c4fe 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.2" +version: "0.14.3" # This is the version number of the application being deployed. -appVersion: "27.0.1-apache" +appVersion: "27.0.2-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 4b42c7aa..ea50cbdc 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 67ea806b..fed3191f 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -46,4 +46,5 @@ | 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 | +| 0.14.3 | 27.0.2-apache | Upgraded to Nextcloud 27.0.2 | | | | | -- GitLab