From d721b45a03a8f837edf74028c8a96efe3a0cd8ba Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 15 Dec 2020 08:37:25 +0100 Subject: [PATCH] Fixed warning of empty table (#152) --- charts/nextcloud/Chart.yaml | 2 +- charts/nextcloud/README.md | 2 +- charts/nextcloud/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 15e19f66..be04394b 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: groundhog2k # This is the chart version. -version: 0.3.4 +version: 0.3.5 # This is the version number of the application being deployed. appVersion: "20.0.3-apache" diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index d939a242..37abbb29 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # Nextcloud -   +   A Helm chart for Nextcloud on Kubernetes diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index 17001dca..b77c19a2 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -29,7 +29,7 @@ defaultCronJobs: resources: {} ## Additional cron jobs -cronJobs: +cronJobs: {} # - name: imagepregen # schedule: "*/30 * * * *" # command: "php -f /var/www/html/occ preview:pre-generate" @@ -89,7 +89,7 @@ ingress: maxBodySize: 64m ## Additional ingress annotations - annotations: + annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" -- GitLab