cockroachdb: Update version to 2.1.5 (#11540)

Signed-off-by: Radu Berinde <radu@cockroachlabs.com>
This commit is contained in:
RaduBerinde
2019-02-19 12:26:35 -08:00
committed by Kubernetes Prow Robot
parent 85c63f053e
commit 87a1489cb7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: cockroachdb
home: https://www.cockroachlabs.com
version: 2.0.10
appVersion: 2.1.4
version: 2.0.11
appVersion: 2.1.5
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
sources:
+1 -1
View File
@@ -69,7 +69,7 @@ The following table lists the configurable parameters of the CockroachDB chart a
| ------------------------------ | ------------------------------------------------ | ----------------------------------------- |
| `Name` | Chart name | `cockroachdb` |
| `Image` | Container image name | `cockroachdb/cockroach` |
| `ImageTag` | Container image tag | `v2.1.4` |
| `ImageTag` | Container image tag | `v2.1.5` |
| `ImagePullPolicy` | Container pull policy | `Always` |
| `Replicas` | k8s statefulset replicas | `3` |
| `MaxUnavailable` | k8s PodDisruptionBudget parameter | `1` |
+1 -1
View File
@@ -5,7 +5,7 @@
Name: "cockroachdb"
Image: "cockroachdb/cockroach"
ImageTag: "v2.1.4"
ImageTag: "v2.1.5"
ImagePullPolicy: "Always"
Replicas: 3
MaxUnavailable: 1