From d0b4feae5a8ccf575d8636721a12b94e1cb81d78 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, 2 Feb 2024 06:51:04 +0100 Subject: [PATCH] Updated nextcloud chart for Nextcloud 28.0.2 * Updated nextcloud chart for Nextcloud 28.0.2 --- 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 940c38ff..96ff19b1 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.16.5" +version: "0.16.6" # This is the version number of the application being deployed. -appVersion: "28.0.1-apache" +appVersion: "28.0.2-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index cc6da568..fdb6a3a0 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 6ae7bb10..580a951a 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -60,4 +60,5 @@ | 0.16.3 | 28.0.1-apache | Refactored ingress configuration and added optional labels and pathType | | 0.16.4 | 28.0.1-apache | Added support for network policies and additional labels and annotations | | 0.16.5 | 28.0.1-apache | Added additional labels and annotations or cron jobs | +| 0.16.6 | 28.0.2-apache | Upgraded to Nextcloud 28.0.2 | | | | | -- GitLab