* cockroachdb: Move init container and pod affinity out of annotations
This makes the chart only work on clusters running 1.6 newer, but
was requested (at least the affinity part) in #1306.
* cockroachdb: Rename file from petset to statefulset
* [stable/cockroachdb] Fix whitespace in replicas
This switches from using v0.1 of the peer-finder image to a version that
includes https://github.com/kubernetes/contrib/pull/2013
While I'm here, switch the version of cockroachdb from 1.0 to 1.0.1
* Add explicit image tag to CockroachDB chart
* Remove CockroachDB liveness/readiness probes
This ensures the cluster can properly recover even if all the nodes are
brought down at once. More detailed explanation at:
github.com/kubernetes/test-infra/issues/1740#issuecomment-279555187
* Bump chart version
* Add --insecure to cockroach sql command
* cockroachdb: Add --insecure to README.md
* Update CockroachDB chart to work with StatefulSets on k8s 1.5
* Update CockroachDB to use pod anti-affinity and disruption budget
* Promote CockroachDB chart from incubator to stable