[bitnami/jaeger] Release 1.2.1 (#16553)

* [bitnami/jaeger] Release 1.2.1 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-10 08:11:35 +01:00
committed by GitHub
parent 0c497d1a9a
commit b9aa4b60c9
4 changed files with 26 additions and 26 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.4
version: 2.2.5
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.1.3
digest: sha256:4ebaf709f0fd3152d893fcf0ab3ed02c5ca3d3e0e6ce44d4baa847b3584b2ecb
generated: "2023-04-20T09:32:20.856245+02:00"
version: 10.2.1
digest: sha256:e472e7e735c0105269a5138b544e5a1de375e1b07472014438fb3bcfefbf5a84
generated: "2023-05-09T14:15:22.825103315Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 1.44.0
appVersion: 1.45.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -26,4 +26,4 @@ maintainers:
name: jaeger
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jaeger
version: 1.2.0
version: 1.2.1

View File

@@ -78,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.44.0-debian-11-r0` |
| `image.tag` | Jaeger image tag (immutable tags are recommended) | `1.45.0-debian-11-r2` |
| `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 | `[]` |
@@ -350,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.8-debian-11-r13` |
| `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-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` |
### Cassandra storage sub-chart

View File

@@ -66,7 +66,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jaeger
tag: 1.44.0-debian-11-r0
tag: 1.45.0-debian-11-r2
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.8-debian-11-r13
tag: 4.0.9-debian-11-r8
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'