From 7d6caefa39c1ffda78169ffa3036050f9c35e7df Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Fri, 6 Sep 2024 14:30:51 +0200 Subject: [PATCH] Updated nextcloud chart for Nextcloud 29.0.6 --- 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 d516b6de..693d88ff 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.17.5" +version: "0.17.6" # This is the version number of the application being deployed. -appVersion: "29.0.5-apache" +appVersion: "29.0.6-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index e600cb28..5daa0ea1 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 51e59217..0130d63e 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -71,4 +71,5 @@ | 0.17.3 | 29.0.3-apache | Upgraded to Nextcloud 29.0.3 | | 0.17.4 | 29.0.4-apache | Upgraded to Nextcloud 29.0.4 | | 0.17.5 | 29.0.5-apache | Upgraded to Nextcloud 29.0.5 | +| 0.17.6 | 29.0.6-apache | Upgraded to Nextcloud 29.0.6 | | | | | -- GitLab