[bitnami/jaeger] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) (#29324)

* [bitnami/jaeger] Upgrade Cassandra to 12.x.x (appVersion 5.0.0)

Signed-off-by: David Gomez <dgomezleon@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: David Gomez <dgomezleon@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
David Gomez
2024-09-10 16:20:22 +02:00
committed by GitHub
parent 18066e1687
commit 40b54b00a2
5 changed files with 17 additions and 12 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 2.5.12 (2024-09-06)
## 3.0.0 (2024-09-10)
* [bitnami/jaeger] Release 2.5.12 ([#29243](https://github.com/bitnami/charts/pull/29243))
* [bitnami/jaeger] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) ([#29324](https://github.com/bitnami/charts/pull/29324))
## <small>2.5.12 (2024-09-06)</small>
* [bitnami/jaeger] Release 2.5.12 (#29243) ([4251f05](https://github.com/bitnami/charts/commit/4251f057d49681e6d9acc7f7b8fa6a0b07fa0277)), closes [#29243](https://github.com/bitnami/charts/issues/29243)
## <small>2.5.11 (2024-08-27)</small>

View File

@@ -4,6 +4,6 @@ dependencies:
version: 2.22.0
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.4.2
digest: sha256:fda5a11e6c5e18ac08585b8a3e9b73dd8a93f1368f207a965896aff9ee94331e
generated: "2024-09-06T01:01:19.678533587Z"
version: 12.0.0
digest: sha256:d67467d123347c14ead76bf1fb465e53371e2dee0cd0e8b30fefa8384a6b2003
generated: "2024-09-10T15:10:32.559191+02:00"

View File

@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: cassandra
image: docker.io/bitnami/cassandra:4.0.13-debian-12-r12
image: docker.io/bitnami/cassandra:5.0.0-debian-12-r4
- name: jaeger
image: docker.io/bitnami/jaeger:1.60.0-debian-12-r4
apiVersion: v2
@@ -20,7 +20,7 @@ dependencies:
- condition: cassandra.enabled
name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.x.x
version: 12.x.x
description: Jaeger is a distributed tracing system. It is used for monitoring and troubleshooting microservices-based distributed systems.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/jaeger/img/jaeger-stack-220x234.png
@@ -34,4 +34,4 @@ maintainers:
name: jaeger
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jaeger
version: 2.5.12
version: 3.0.0

View File

@@ -159,7 +159,6 @@ The [Bitnami jaeger](https://github.com/bitnami/containers/tree/main/bitnami/jae
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
### Common parameters
@@ -588,6 +587,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 3.0.0
This major updates the Cassandra subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/pull/29305) you can find more information about the changes introduced in that version.
### To 2.0.0
This major bump changes the following security defaults:

View File

@@ -4,13 +4,12 @@
## @section Global parameters
## Global Docker image parameters
## Please, note that this will override the image parameters, including dependencies, configured to use the global value
## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass
## Current available global Docker image parameters: imageRegistry, imagePullSecrets, defaultStorageClass and compatibility.
##
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
##
global:
imageRegistry: ""
@@ -20,7 +19,6 @@ global:
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Compatibility adaptations for Kubernetes platforms
##
compatibility: