[bitnami/cassandra] Release 8.0.4 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2021-09-07 21:15:09 +00:00
parent 42fbc65036
commit 79e401f12e
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
annotations:
category: Database
apiVersion: v2
appVersion: 4.0.0
appVersion: 4.0.1
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: 8.0.3
version: 8.0.4

View File

@@ -66,7 +66,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/cassandra
tag: 4.0.0-debian-10-r17
tag: 4.0.1-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
@@ -506,7 +506,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r172
tag: 10-debian-10-r185
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -570,7 +570,7 @@ metrics:
registry: docker.io
pullPolicy: IfNotPresent
repository: bitnami/cassandra-exporter
tag: 2.3.4-debian-10-r497
tag: 2.3.4-debian-10-r510
## 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/