diff --git a/bitnami/jaeger/CHANGELOG.md b/bitnami/jaeger/CHANGELOG.md index 8e876fdb01336d..9874a1bb345d2c 100644 --- a/bitnami/jaeger/CHANGELOG.md +++ b/bitnami/jaeger/CHANGELOG.md @@ -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)) + +## 5.1.1 (2024-12-10) + +* [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) diff --git a/bitnami/jaeger/Chart.lock b/bitnami/jaeger/Chart.lock index c47fcd126f1b20..8cedb790941727 100644 --- a/bitnami/jaeger/Chart.lock +++ b/bitnami/jaeger/Chart.lock @@ -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" diff --git a/bitnami/jaeger/Chart.yaml b/bitnami/jaeger/Chart.yaml index 6569cc7f7a3af4..8e47601f6a6491 100644 --- a/bitnami/jaeger/Chart.yaml +++ b/bitnami/jaeger/Chart.yaml @@ -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 @@ -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 diff --git a/bitnami/jaeger/README.md b/bitnami/jaeger/README.md index 7a7210c5b6de8d..3b6187f3e68be9 100644 --- a/bitnami/jaeger/README.md +++ b/bitnami/jaeger/README.md @@ -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 diff --git a/bitnami/jaeger/values.yaml b/bitnami/jaeger/values.yaml index 6a8d1fb48f9dc3..fd8b53d136ccbc 100644 --- a/bitnami/jaeger/values.yaml +++ b/bitnami/jaeger/values.yaml @@ -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 @@ -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