Skip to content

Commit

Permalink
[bitnami/jaeger] Release 5.1.2 (#31021)
Browse files Browse the repository at this point in the history
* [bitnami/jaeger] Release 5.1.2 updating components versions

Signed-off-by: Bitnami Containers <[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: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Dec 12, 2024
1 parent af976a5 commit ee3a9bd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 17 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

## 5.1.1 (2024-12-10)
## 5.1.2 (2024-12-12)

* [bitnami/jaeger] Fix typo in NOTES.txt ([#30909](https://github.com/bitnami/charts/pull/30909))
* [bitnami/jaeger] Release 5.1.2 ([#31021](https://github.com/bitnami/charts/pull/31021))

## <small>5.1.1 (2024-12-10)</small>

* [bitnami/jaeger] Fix typo in NOTES.txt (#30909) ([b7f1b92](https://github.com/bitnami/charts/commit/b7f1b926ecabfec95ef6c081d8b12f40d950d30e)), closes [#30909](https://github.com/bitnami/charts/issues/30909)

## 5.1.0 (2024-12-10)

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.28.0
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.0.5
digest: sha256:108a18a629a4026856d98e502aca970158c247097a6a3fe8a1a509ba150660eb
generated: "2024-12-10T17:04:37.932372+01:00"
version: 12.1.0
digest: sha256:5462c4b4f11a9d7d7bee22c11d6ef855de634034f228e24dc97ad1321ffa9480
generated: "2024-12-12T17:07:01.735930587Z"
8 changes: 4 additions & 4 deletions bitnami/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: cassandra
image: docker.io/bitnami/cassandra:5.0.2-debian-12-r3
image: docker.io/bitnami/cassandra:5.0.2-debian-12-r4
- name: jaeger
image: docker.io/bitnami/jaeger:2.0.0-debian-12-r2
image: docker.io/bitnami/jaeger:2.1.0-debian-12-r0
apiVersion: v2
appVersion: 2.0.0
appVersion: 2.1.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -34,4 +34,4 @@ maintainers:
name: jaeger
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jaeger
version: 5.1.1
version: 5.1.2
13 changes: 7 additions & 6 deletions bitnami/jaeger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,13 @@ The [Bitnami jaeger](https://github.com/bitnami/containers/tree/main/bitnami/jae

### Global parameters

| Name | Description | Value |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `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.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` |
| Name | Description | Value |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `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.security.allowInsecureImages` | Allows skipping image verification | `false` |
| `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
4 changes: 2 additions & 2 deletions bitnami/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jaeger
tag: 2.0.0-debian-12-r2
tag: 2.1.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1106,7 +1106,7 @@ migration:
cqlshImage:
registry: docker.io
repository: bitnami/cassandra
tag: 5.0.2-debian-12-r3
tag: 5.0.2-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down

0 comments on commit ee3a9bd

Please sign in to comment.