Skip to content

Commit

Permalink
[bitnami/jaeger] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) (#29324)
Browse files Browse the repository at this point in the history
* [bitnami/jaeger] Upgrade Cassandra to 12.x.x (appVersion 5.0.0)

Signed-off-by: David Gomez <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

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

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: David Gomez <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
dgomezleon and bitnami-bot authored Sep 10, 2024
1 parent 18066e1 commit 40b54b0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
8 changes: 6 additions & 2 deletions bitnami/jaeger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/jaeger/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 3 additions & 3 deletions bitnami/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
5 changes: 4 additions & 1 deletion bitnami/jaeger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions bitnami/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand All @@ -20,7 +19,6 @@ global:
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Compatibility adaptations for Kubernetes platforms
##
compatibility:
Expand Down

0 comments on commit 40b54b0

Please sign in to comment.