* Add an option to disable the usage of persistent volumes
Signed-off-by: Mikołaj Robakowski <mikolaj.rob@gmail.com>
* bump chart version
Signed-off-by: Mikołaj Robakowski <mikolaj.rob@gmail.com>
* Add config for initial members discovery domain sufix.
Signed-off-by: Pavel Sedivy <p.sedivy@sportradar.com>
* bump MINOR version since new config is added
Signed-off-by: Pavel Sedivy <sedpavel@gmail.com>
* rename specific initialMembersDiscoveryDomainSuffix config to general clusterDomain
Signed-off-by: Pavel Sedivy <sedpavel@gmail.com>
* update neo4j chart
* updates neo4j to 3.3.4
* Adds pod disruption budget
* Removes privileged security context
* Adds delete hook annotation to test pod
* Reorganizes tests so they pass on clusters with rbac enabled, example:
gke-1.9.6
* require explicit agreement to neo4j license
* switch to using default instead of required
See: https://github.com/kubernetes/helm/issues/2347
* print error when license is not accepted
* Change the image of the initContainer examples
The initContainer examples use a container with an old curl version.
This version of curl has failed since GitHub disabled TLSv1.
This commit updates the examples to use an image with a working curl.
* Bump chart version
* Bump to apiVersion for 1.8 and add selector as required in 1.8
* add mount for plugins so users can add them via an initContainer
* add init containers + fixing some spacing in values.yaml
* init containers for read replicas too
* bump chart version
* back to v1beta1 + don't need to match all labels
* add namespace everywhere