[bitnami/cassandra] Release 8.0.0 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2021-08-10 12:09:10 +00:00
parent 041766798e
commit 0493e5278c
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
annotations:
category: Database
apiVersion: v2
appVersion: 3.11.11
appVersion: 4.0.0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -23,4 +23,4 @@ name: cassandra
sources:
- https://github.com/bitnami/bitnami-docker-cassandra
- http://cassandra.apache.org
version: 7.7.3
version: 8.0.0

View File

@@ -66,7 +66,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/cassandra
tag: 3.11.11-debian-10-r4
tag: 4.0.0-debian-10-r0
## 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
@@ -515,7 +515,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r153
tag: 10-debian-10-r157
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -579,7 +579,7 @@ metrics:
registry: docker.io
pullPolicy: IfNotPresent
repository: bitnami/cassandra-exporter
tag: 2.3.4-debian-10-r478
tag: 2.3.4-debian-10-r482
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/