From 4e0ebd19598e40a7eb3bc97619022456df746545 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, 29 Apr 2022 22:36:47 +0200 Subject: [PATCH] Update nextcloud chart for Nextcloud 23.0.4 (#968) --- 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 fac155f5..6e2e0f7a 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.8 +version: 0.10.9 # This is the version number of the application being deployed. -appVersion: "23.0.3-apache" +appVersion: "23.0.4-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index af9c23fe..e3ab5f49 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 679b4e4e..f132bc68 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -9,4 +9,5 @@ | 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 | +| 0.10.9 | 23.0.4-apache | Upgraded to Nextcloud 23.0.4 | | | | | -- GitLab