diff --git a/incubator/cassandra/Chart.yaml b/incubator/cassandra/Chart.yaml index cfe61bca7b..0e8af22afa 100644 --- a/incubator/cassandra/Chart.yaml +++ b/incubator/cassandra/Chart.yaml @@ -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. diff --git a/incubator/cassandra/README.md b/incubator/cassandra/README.md index 23a5dafcd5..4174bb5456 100644 --- a/incubator/cassandra/README.md +++ b/incubator/cassandra/README.md @@ -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` | diff --git a/incubator/cassandra/values.yaml b/incubator/cassandra/values.yaml index 7a8efbceda..325065b4b7 100644 --- a/incubator/cassandra/values.yaml +++ b/incubator/cassandra/values.yaml @@ -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