diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 15e19f6663616b2cf67256835a0a1356a6432d54..be04394b0a6aebe866c0865c35c5899d5e2c2174 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 d939a2428c01e47205d8b7d968cfe326bf80b09b..37abbb2945726b9b8e1a9feb485419a8c08bf5ae 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 17001dca2ad26fdfcb87189cf2eb3f2c92a70a38..b77c19a2003527aa962ea09b7e8bd2fe62e11bae 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"