mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-21 19:16:48 +10:00
Merge pull request #1401 from bitnami/cassandraMajor
[bitnami/cassandra] Use Cassandra bash container
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-debian-9-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
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ image:
|
||||
## Bitnami Cassandra image tag
|
||||
## ref: https://github.com/bitnami/bitnami-docker-cassandra#supported-tags-and-respective-dockerfile-links
|
||||
##
|
||||
tag: 3.11.4-debian-9-r183
|
||||
tag: 3.11.4-debian-9-r188
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -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
|
||||
|
||||
@@ -17,7 +17,7 @@ image:
|
||||
## Bitnami Cassandra image tag
|
||||
## ref: https://github.com/bitnami/bitnami-docker-cassandra#supported-tags-and-respective-dockerfile-links
|
||||
##
|
||||
tag: 3.11.4-debian-9-r183
|
||||
tag: 3.11.4-debian-9-r188
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -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