bump cassandra to 3.11.3 and fix charts.yaml (#8159)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2018-10-04 03:39:09 -07:00
committed by k8s-ci-robot
parent b85064b8ce
commit e2d219903d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: cassandra
version: 0.6.1
appVersion: 3
version: 0.6.2
appVersion: 3.11.3
description: Apache Cassandra is a free and open-source distributed database management
system designed to handle large amounts of data across many commodity servers, providing
high availability with no single point of failure.
+1 -1
View File
@@ -81,7 +81,7 @@ The following table lists the configurable parameters of the Cassandra chart and
| Parameter | Description | Default |
| ----------------------- | --------------------------------------------- | ---------------------------------------------------------- |
| `image.repo` | `cassandra` image repository | `cassandra` |
| `image.tag` | `cassandra` image tag | `3` |
| `image.tag` | `cassandra` image tag | `3.11.3` |
| `image.pullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `nil` |
| `config.cluster_name` | The name of the cluster. | `cassandra` |
+2 -2
View File
@@ -1,8 +1,8 @@
## Cassandra image version
## ref: https://hub.docker.com/r/library/cassandra/
image:
repo: "cassandra"
tag: "3.11.2"
repo: cassandra
tag: 3.11.3
pullPolicy: IfNotPresent
## Specify ImagePullSecrets for Pods
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod