* Update Chart.yaml

* Update README.md

Delete duplicated it
This commit is contained in:
AdamDang
2018-03-31 14:18:02 -07:00
committed by k8s-ci-robot
parent 8b9f1b7ec5
commit 4acb2b9fd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: cockroachdb
home: https://www.cockroachlabs.com
version: 1.0.0
version: 1.0.1
appVersion: 1.1.7
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
+1 -1
View File
@@ -83,7 +83,7 @@ helm install --name my-release -f values.yaml stable/cockroachdb
## Connecting to the CockroachDB cluster
Once you've created the cluster, you can start talking to it it by connecting
Once you've created the cluster, you can start talking to it by connecting
to its "public" service. CockroachDB is PostgreSQL wire protocol compatible so
there's a [wide variety of supported
clients](https://www.cockroachlabs.com/docs/install-client-drivers.html). For