From 763f66417a5fa5af683a03cae6dca86ecd50a13f Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 12 Oct 2023 17:26:58 +0200 Subject: [PATCH] Updated nextcloud chart for Nextcloud 27.1.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 0c2acf6f..271786bd 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.1" +version: "0.15.2" # This is the version number of the application being deployed. -appVersion: "27.1.1-apache" +appVersion: "27.1.2-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index c6af057c..0239ec66 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 8e7a0905..efd1fb14 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -51,4 +51,5 @@ | 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 | +| 0.15.2 | 27.1.2-apache | Upgraded to Nextcloud 27.1.2 | | | | | -- GitLab