Skip to content
Snippets Groups Projects
Unverified Commit d721b45a authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Fixed warning of empty table (#152)

parent f2f410dc
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ maintainers: ...@@ -8,7 +8,7 @@ maintainers:
- name: groundhog2k - name: groundhog2k
# This is the chart version. # This is the chart version.
version: 0.3.4 version: 0.3.5
# This is the version number of the application being deployed. # This is the version number of the application being deployed.
appVersion: "20.0.3-apache" appVersion: "20.0.3-apache"
......
# Nextcloud # Nextcloud
![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.3-apache](https://img.shields.io/badge/AppVersion-20.0.3-informational?style=flat-square) ![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.3-apache](https://img.shields.io/badge/AppVersion-20.0.3-informational?style=flat-square)
A Helm chart for Nextcloud on Kubernetes A Helm chart for Nextcloud on Kubernetes
......
...@@ -29,7 +29,7 @@ defaultCronJobs: ...@@ -29,7 +29,7 @@ defaultCronJobs:
resources: {} resources: {}
## Additional cron jobs ## Additional cron jobs
cronJobs: cronJobs: {}
# - name: imagepregen # - name: imagepregen
# schedule: "*/30 * * * *" # schedule: "*/30 * * * *"
# command: "php -f /var/www/html/occ preview:pre-generate" # command: "php -f /var/www/html/occ preview:pre-generate"
...@@ -89,7 +89,7 @@ ingress: ...@@ -89,7 +89,7 @@ ingress:
maxBodySize: 64m maxBodySize: 64m
## Additional ingress annotations ## Additional ingress annotations
annotations: annotations: {}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment