mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/cassandra] Use Cassandra bash container
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: cassandra
|
||||
version: 3.4.3
|
||||
version: 4.0.0
|
||||
appVersion: 3.11.4
|
||||
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. Cassandra offers robust support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients.
|
||||
icon: https://bitnami.com/assets/stacks/cassandra/img/cassandra-stack-220x234.png
|
||||
|
||||
@@ -250,9 +250,13 @@ This chart uses the [Bitnami cassandra](https://github.com/bitnami/bitnami-docke
|
||||
|
||||
## Upgrade
|
||||
|
||||
### 4.0.0
|
||||
|
||||
This release changes uses Bitnami Cassandra container 3.11.4-r188, based on Bash.
|
||||
|
||||
### 2.0.0
|
||||
|
||||
This releases make it possible to specify custom initialization scripts in both cql and sh files.
|
||||
This release make it possible to specify custom initialization scripts in both cql and sh files.
|
||||
|
||||
#### Breaking changes
|
||||
|
||||
|
||||
@@ -217,7 +217,7 @@ tolerations: []
|
||||
##
|
||||
## Container entrypoint and cmd (useful for using different images)
|
||||
##
|
||||
entrypoint: "/app-entrypoint.sh"
|
||||
entrypoint: "/entrypoint.sh"
|
||||
cmd: "/run.sh"
|
||||
|
||||
## Network policies
|
||||
|
||||
@@ -217,7 +217,7 @@ tolerations: []
|
||||
##
|
||||
## Container entrypoint and cmd (useful for using different images)
|
||||
##
|
||||
entrypoint: "/app-entrypoint.sh"
|
||||
entrypoint: "/entrypoint.sh"
|
||||
cmd: "/run.sh"
|
||||
|
||||
## Network policies
|
||||
|
||||
Reference in New Issue
Block a user