From a12b8d9454756a48c1db02b5b34c05365ce7ce5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 21 May 2022 08:40:04 +0200 Subject: [PATCH] Update nextcloud chart for Nextcloud 24.0.1 (#1006) --- 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 3436ef3e..8a760e8b 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.11.0 +version: 0.11.1 # This is the version number of the application being deployed. -appVersion: "24.0.0-apache" +appVersion: "24.0.1-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 4c4bfd83..c23bf32c 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 b244a5f8..b23ff5b4 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -11,4 +11,5 @@ | 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 | | 0.11.0 | 24.0.0-apache | Upgraded to Nextcloud 24.0.0 | +| 0.11.1 | 24.0.1-apache | Upgraded to Nextcloud 24.0.1 | | | | | -- GitLab