From 4b4c57983dcb3a7ff6bcc3d71f2e2b8850edaf96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Fri, 25 Mar 2022 15:27:40 +0100 Subject: [PATCH] Update nextcloud chart for Nextcloud 23.0.3 (#939) --- 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 b1a0beb8..fac155f5 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.10.7 +version: 0.10.8 # This is the version number of the application being deployed. -appVersion: "23.0.2-apache" +appVersion: "23.0.3-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index c595792c..af9c23fe 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 a038b33d..679b4e4e 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -8,4 +8,5 @@ | 0.10.5 | 23.0.1-apache | Updated chart dependencies (mariadb 0.2.18 / postgres 0.2.17) | | 0.10.6 | 23.0.2-apache | Upgraded to Nextcloud 23.0.2 | | 0.10.7 | 23.0.2-apache | Updated chart dependencies (mariadb 0.2.20 / postgres 0.2.19 / redis 0.4.11) | +| 0.10.8 | 23.0.3-apache | Upgraded to Nextcloud 23.0.3 | | | | | -- GitLab