From 0e7238debf556d6640d152a4bf9489fe2fe03390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:19:14 +0200 Subject: [PATCH] Update nextcloud chart for Nextcloud 24.0.2 (#1074) --- 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 e1e02039..9eb45cff 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.4 +version: 0.11.5 # This is the version number of the application being deployed. -appVersion: "24.0.1-apache" +appVersion: "24.0.2-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 74cf1a22..8dc4c9b5 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 82e19c4d..e2ae6873 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -15,4 +15,5 @@ | 0.11.2 | 24.0.1-apache | Updated chart dependencies (postgres 0.2.20 / redis 0.5.0) | | 0.11.3 | 24.0.1-apache | Updated chart dependencies (mariadb 0.2.21) | | 0.11.4 | 24.0.1-apache | Updated chart dependencies (redis 0.5.1) | +| 0.11.5 | 24.0.2-apache | Upgraded to Nextcloud 24.0.2 | | | | | -- GitLab