[bitnami/jaeger] Release 1.2.2 (#16688)

* [bitnami/jaeger] Release 1.2.2 updating components versions

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: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-17 00:00:12 +01:00
committed by GitHub
parent 1313428671
commit a4b45e1f3d
4 changed files with 25 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.5
version: 2.3.0
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.2.1
digest: sha256:e472e7e735c0105269a5138b544e5a1de375e1b07472014438fb3bcfefbf5a84
generated: "2023-05-09T14:15:22.825103315Z"
version: 10.2.2
digest: sha256:f510040c98e54f86a725c15689116ca9dce4dae0c7b93a7119c327df5d17bac8
generated: "2023-05-16T18:41:52.673016801Z"

View File

@@ -26,4 +26,4 @@ maintainers:
name: jaeger
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jaeger
version: 1.2.1
version: 1.2.2

View File

@@ -8,8 +8,6 @@ Jaeger is a distributed tracing system. It is used for monitoring and troublesho
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
Looking to use Jaeger in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
## TL;DR
```console
@@ -80,7 +78,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | ------------------------------------------------------------------------------------------------------ | --------------------- |
| `image.registry` | Jaeger image registry | `docker.io` |
| `image.repository` | Jaeger image repository | `bitnami/jaeger` |
| `image.tag` | Jaeger image tag (immutable tags are recommended) | `1.45.0-debian-11-r2` |
| `image.tag` | Jaeger image tag (immutable tags are recommended) | `1.45.0-debian-11-r5` |
| `image.digest` | Jaeger image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Jaeger image pull secrets | `[]` |
@@ -352,23 +350,23 @@ The command removes all the Kubernetes components associated with the chart and
### Set the image to use for the migration job
| Name | Description | Value |
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------- |
| `cqlshImage.registry` | Cassandra image registry | `docker.io` |
| `cqlshImage.repository` | Cassandra image repository | `bitnami/cassandra` |
| `cqlshImage.tag` | Cassandra image tag (immutable tags are recommended) | `4.0.9-debian-11-r8` |
| `cqlshImage.digest` | Cassandra image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `cqlshImage.pullPolicy` | image pull policy | `IfNotPresent` |
| `cqlshImage.pullSecrets` | Cassandra image pull secrets | `[]` |
| `cqlshImage.debug` | Enable image debug mode | `false` |
| `externalDatabase.host` | External database host | `""` |
| `externalDatabase.port` | External database port | `9042` |
| `externalDatabase.dbUser.user` | Cassandra admin user | `bn_jaeger` |
| `externalDatabase.dbUser.password` | Password for `dbUser.user`. Randomly generated if empty | `""` |
| `externalDatabase.existingSecret` | Name of existing secret containing the database secret | `""` |
| `externalDatabase.existingSecretPasswordKey` | Name of existing secret key containing the database password secret key | `""` |
| `externalDatabase.cluster.datacenter` | Name for cassandra's jaeger datacenter | `dc1` |
| `externalDatabase.keyspace` | Name for cassandra's jaeger keyspace | `bitnami_jaeger` |
| Name | Description | Value |
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- |
| `cqlshImage.registry` | Cassandra image registry | `docker.io` |
| `cqlshImage.repository` | Cassandra image repository | `bitnami/cassandra` |
| `cqlshImage.tag` | Cassandra image tag (immutable tags are recommended) | `4.0.9-debian-11-r10` |
| `cqlshImage.digest` | Cassandra image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `cqlshImage.pullPolicy` | image pull policy | `IfNotPresent` |
| `cqlshImage.pullSecrets` | Cassandra image pull secrets | `[]` |
| `cqlshImage.debug` | Enable image debug mode | `false` |
| `externalDatabase.host` | External database host | `""` |
| `externalDatabase.port` | External database port | `9042` |
| `externalDatabase.dbUser.user` | Cassandra admin user | `bn_jaeger` |
| `externalDatabase.dbUser.password` | Password for `dbUser.user`. Randomly generated if empty | `""` |
| `externalDatabase.existingSecret` | Name of existing secret containing the database secret | `""` |
| `externalDatabase.existingSecretPasswordKey` | Name of existing secret key containing the database password secret key | `""` |
| `externalDatabase.cluster.datacenter` | Name for cassandra's jaeger datacenter | `dc1` |
| `externalDatabase.keyspace` | Name for cassandra's jaeger keyspace | `bitnami_jaeger` |
### Cassandra storage sub-chart

View File

@@ -66,7 +66,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jaeger
tag: 1.45.0-debian-11-r2
tag: 1.45.0-debian-11-r5
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1101,7 +1101,7 @@ migration:
cqlshImage:
registry: docker.io
repository: bitnami/cassandra
tag: 4.0.9-debian-11-r8
tag: 4.0.9-debian-11-r10
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'