* Allow Drupal helm chart to use an existing database
* Do not deploy mariadb chart if using external database
* Add new properties to README
* Refactor properties to configure an external database
* Update dependencies
* drupal: update to `bitnami/drupal:8.3.4-r0`
* Allow extra environment variables to pass to the Drupal container
Bump chart version
* Make liveness and readiness probes configurable
MINOR version bump for new functionality
Bump version again
* update app version
* Specify Drupal data and Apache configuration volume mount paths
* Simplify README changes
* Bump stable/drupal minor version for new feature
* Allow not mounting Apache configs, if value volumeMounts.apache.mountPath is set to empty string
* Don't create the Apache PVC if mountPath is null
* Existing PVC support for stable/drupal
* Move ExistingClaim value below drupal, because it only applies to Drupal PVC
* Rename existingClaim to match chart case format
* drupal-data volume hostPath template
* drupal.persistence.hostPath default nil value comments
* hostPath deployment option
* hostPath README documentation
* Simplify hostpath PVC name (was redundant NAME-drupal-drupal-hostpath)
* Fix existingClaim case on hostPath additions
* Chart stable/drupal minor version bump for new hostPath feature
* Reuse PVC template
* Roll back deployment PVC name change, since we now re-use existing PVC template
* Add hostPath system compatibility and mounting steps to README
* Update README with minikube mount option
* Existing PVC support for stable/drupal
* Fixes default syntax
* Move ExistingClaim value below drupal, because it only applies to Drupal PVC
* Rename existingClaim to match chart case format
* Bump stable/drupal chart minor version
* Update Chart.yaml
- set `bitnami-bot` as maintainer name
- add appVersion
* drupal: update to `bitnami/drupal:8.3.1-r0`
* drupal: bump chart version to `0.5.1`
* drupal: update to `bitnami/drupal:8.3.1-r1`
* drupal: bump mariadb chart requirement to 0.6.0
* Add Drupal chart ingress
* Bump stable/drupal minor version for new ingress feature
* stable/drupal Ingress template
* Change NOTES to only print hostname if a hostname is set (ingress can be set without it)
* Comment out Values.ingress.hostname by default
* Fix indentation
* Fix indentation on comments. Note we should clea up the wordpress chart, as this indentation problem came from there initially
* Add ingress.annotations to README table
* Fix markdown table spacing. Not a bug, but for consistency sake
* drupal: add alpha and beta storageclass annotation support
* drupal: use random password if not specified
* drupal: update MariaDB dep
* drupal: explicitly set imagePullPolicy
* drupal: increase resource name truncation and trim '-' suffix
* drupal: use built-in toYaml helper
The pod template labels are used as selectors for the deployment, so
they should be the minimal required to uniquely select the
ReplicaSets/Pods. See https://github.com/kubernetes/helm/issues/1390 for
more info about this change.