From df3bf7cd016d51e4f1167762d283dab2be361542 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Fri, 24 Feb 2023 15:15:10 +0100 Subject: [PATCH] Updated nextcloud chart for Nextcloud 25.0.4 --- 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 7059c87a..1bbd0f8c 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.12.9" +version: "0.12.10" # This is the version number of the application being deployed. -appVersion: "25.0.3-apache" +appVersion: "25.0.4-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index eeb7d0ce..562d008f 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 e2b59c91..8fc4749b 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -36,4 +36,5 @@ | 0.12.7 | 25.0.3-apache | Upgraded to Nextcloud 25.0.3 and dependencies (redis 0.6.1) | | 0.12.8 | 25.0.3-apache | Updated version detection for pod disruption budget | | 0.12.9 | 25.0.3-apache | Updated chart dependencies (mariadb 0.2.25 / postgres 0.2.24) | +| 0.12.10 | 25.0.4-apache | Upgraded to Nextcloud 25.0.4 | | | | | -- GitLab