From 2979869cf250e64b0073720e6d80ef5eb4442c08 Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 29 Oct 2020 18:56:41 +0100 Subject: [PATCH] #9 Updated chart for support of nextcloud 19.0.4 (#11) --- charts/nextcloud/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 47bdd6e0..2335c507 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.1.0 +version: 0.1.1 # This is the version number of the application being deployed. -appVersion: "19.0.3-apache" +appVersion: "19.0.4-apache" dependencies: - name: mariadb -- GitLab