Skip to content

Commit 450a2ae

Browse files
authored
[bitnami/cassandra] Release 12.2.3 (#32813)
* [bitnami/cassandra] Release 12.2.3 updating components versions Signed-off-by: Bitnami Bot <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <[email protected]> --------- Signed-off-by: Bitnami Bot <[email protected]>
1 parent 5bdbf23 commit 450a2ae

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

bitnami/cassandra/CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

3-
## 12.2.2 (2025-03-12)
3+
## 12.2.3 (2025-04-04)
44

5-
* [bitnami/cassandra] bugfix #32369 ([#32415](https://github.com/bitnami/charts/pull/32415))
5+
* [bitnami/cassandra] Release 12.2.3 ([#32813](https://github.com/bitnami/charts/pull/32813))
6+
7+
## <small>12.2.2 (2025-03-20)</small>
8+
9+
* [bitnami/*] Add tanzuCategory annotation (#32409) ([a8fba5c](https://github.com/bitnami/charts/commit/a8fba5cb01f6f4464ca7f69c50b0fbe97d837a95)), closes [#32409](https://github.com/bitnami/charts/issues/32409)
10+
* [bitnami/cassandra] bugfix #32369 (#32415) ([74346fb](https://github.com/bitnami/charts/commit/74346fb2715f349727c5e0468b4066d55ddd2a02)), closes [#32369](https://github.com/bitnami/charts/issues/32369) [#32415](https://github.com/bitnami/charts/issues/32415) [#32369](https://github.com/bitnami/charts/issues/32369)
611

712
## <small>12.2.1 (2025-03-05)</small>
813

bitnami/cassandra/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ annotations:
77
licenses: Apache-2.0
88
images: |
99
- name: cassandra
10-
image: docker.io/bitnami/cassandra:5.0.3-debian-12-r6
10+
image: docker.io/bitnami/cassandra:5.0.3-debian-12-r7
1111
- name: cassandra-exporter
12-
image: docker.io/bitnami/cassandra-exporter:2.3.8-debian-12-r41
12+
image: docker.io/bitnami/cassandra-exporter:2.3.8-debian-12-r42
1313
- name: os-shell
14-
image: docker.io/bitnami/os-shell:12-debian-12-r39
14+
image: docker.io/bitnami/os-shell:12-debian-12-r40
1515
apiVersion: v2
1616
appVersion: 5.0.3
1717
dependencies:
@@ -33,4 +33,4 @@ maintainers:
3333
name: cassandra
3434
sources:
3535
- https://github.com/bitnami/charts/tree/main/bitnami/cassandra
36-
version: 12.2.2
36+
version: 12.2.3

bitnami/cassandra/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ diagnosticMode:
9090
image:
9191
registry: docker.io
9292
repository: bitnami/cassandra
93-
tag: 5.0.3-debian-12-r6
93+
tag: 5.0.3-debian-12-r7
9494
digest: ""
9595
## Specify a imagePullPolicy
9696
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -684,7 +684,7 @@ volumePermissions:
684684
image:
685685
registry: docker.io
686686
repository: bitnami/os-shell
687-
tag: 12-debian-12-r39
687+
tag: 12-debian-12-r40
688688
digest: ""
689689
pullPolicy: IfNotPresent
690690
## Optionally specify an array of imagePullSecrets.
@@ -752,7 +752,7 @@ metrics:
752752
image:
753753
registry: docker.io
754754
repository: bitnami/cassandra-exporter
755-
tag: 2.3.8-debian-12-r41
755+
tag: 2.3.8-debian-12-r42
756756
digest: ""
757757
pullPolicy: IfNotPresent
758758
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)