mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
bump cassandra to 3.11.3 and fix charts.yaml (#8159)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
b85064b8ce
commit
e2d219903d
@@ -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.
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user