Default to naive for compatibility reasons, but a warning message will be shown on install or upgrade when naive is used.
Also set the default persistent volume size to 20Gi, 10Gi will easily run out of space.
Helps address kernel compatiblity issues with FS drivers, see https://github.com/concourse/concourse/issues/1230.
Fixes#1479.
Since the dashboard deployment depends on the launch of the mongodb and
parse containers, the deployment of the dashboard container could take a
while.
* Added loadBalancerIP too the traefik service template. This can be set through a value called googleStaticIP, which is None by default. This was needed to make it possible to set up your loadbalancer with helm and assigning an already reserverd static ip in GCP. Im not sure if this works on other clouds, therefor have I called it googleStaticIP. Updated README with proper values
* Made value and template cloud specific
* changed it to loadbalancerIP
* Bump version for feature
* another version bump
* Upgraded artifactory version to 4.16.0
* changes as per suggestion
* Added Stable Artifactory chart
* removed Incubator Artifactory chart
* Fixed port issue
* Fixed path
* fixed readme
* Added Documentation for all variables.
* Updated labels
* Fixed Parameter names
* Fixed Notes.txt
* Updated Artifactory version to 5.4.1
* Fixed metadata
* Fixed naming
* Changes.
* Added release name to selector
* Nginx for Oss and Pro
* Fixed readme
* using secret for database password
* renamed secret to postgresql-secret.yaml
* updated version to 5.4.5
* phabricator: update to `bitnami/phabricator:2017.30.0-r0`
* phabricator: bump chart appVersion to `2017.30.0`
* phabricator: bump chart version to `0.4.14`
* mariadb: adds prometheus metrics sidecar container
Adds `prom/mysqld-exporter` sidecar container to expose
a metrics endpoint for prometheus. The exporter should be
enabled using `metrics.enable=true` while deploying the
chart.
Bumps the chart version to `0.7.0`
* mariadb: expose `9104` port when `metrics` are enabled
* prometheus: switch to Kubernetes 1.6 storage class specification
Ditching the alpha storage class annotation and using the 1.6 style specification instead brings the following benefits:
- a standard way to specify the default provisioner
- a mechanism to disble the dynamic provisioner
Unfortunately, go template makes the second one hacky. See https://github.com/kubernetes/helm/issues/2600 for more details. So instead of using an empty string to disable the dynamic provisioner, this PR uses "-".
* Bump major version
* [stable/sugarcrm] adds chart to deploy SugarCRM
* sugarcrm: bump image version
* sugarcrm: bump chart series
* sugarcrm: add standard labels to pod metadata
* sugarcrm: use `name` template for app labels
* sugarcrm: fix `app` label in NOTES.txt
* sugarcrm: removed `chart` and `heritage` labels from the Pod spec
* sugarcrm: drop use of `default ""` in templates
* sugarcrm: add Release.Name to service selectors
* sugarcrm: bump initialDelaySeconds to 600
* sugarcrm: fix pod selector in NOTES.txt
* sugarcrm: disabled default resource limits
* parse: fix empty resources
* parse: fix requirements.lock
* [stable/suitecrm] adds chart to deploy SuiteCRM
* suitecrm: bump image version
* suitecrm: bump chart series
* suitecrm: add standard labels to pod metadata
* suitecrm: use `name` template for app labels
* suitecrm: fix `app` label in NOTES.txt
* suitecrm: removed `chart` and `heritage` labels from the Pod spec
* suitecrm: drop use of `default ""` in templates
* suitecrm: add Release.Name to service selectors
* suitecrm: fix pod selector in NOTES.txt
* suitecrm: disabled default resource limits
* parse: fix empty resources
* parse: fix requirements.lock
* [stable/parse] deploys a parse server and optionally the parse dashboard
* parse: add standard labels to pod metadata
* parse: bump mongodb requirement version
* parse: bump chart images
* parse: bump chart version
* parse: use `name` template for app labels
* parse: fixed app labels
* parse: removed `chart` and `heritage` labels from teh Pod spec
* parse: append `-server` to parse server deployment name
* parse: drop `Chart.Name` from `component` labels
* parse: drop use of `default ""` in templates
* parse: disambiguate server and dashboard pod name's in NOTES.txt
* parse: add Release.Name to service selectors
* parse: disabled default resource limits
* parse: fix pod selector in NOTES.txt
* parse: renamed `parse` and `parseDashboard` value keys to `server` and `dashboard` respectively
* parse: comment out the `loadBalancerIP` field in `values.yaml`
* parse: fix empty resources
* parse: fix requirements.yaml