From 40aeb02f2bc44ea7b3da1b3aa10436f05afe4ee2 Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Mon, 19 Jul 2021 10:10:49 +0200 Subject: [PATCH] Investigate upgrading nextcloud chart for Nextcloud 22.0.0 (#508) --- charts/nextcloud/Chart.yaml | 4 ++-- charts/nextcloud/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 90ef4808..442fdf97 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.5.14 +version: 0.6.0 # This is the version number of the application being deployed. -appVersion: "21.0.3-apache" +appVersion: "22.0.0-apache" dependencies: - name: mariadb diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index e0843603..febb30b7 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # Nextcloud -   +   A Helm chart for Nextcloud on Kubernetes -- GitLab