[bitnami/jaeger] Release 0.1.1 (#14042)

* [bitnami/jaeger] Release 0.1.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
2022-12-20 14:19:00 +01:00
committed by GitHub
parent 086290ed34
commit 516374a940
3 changed files with 27 additions and 27 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
annotations:
category: Infrastructure
apiVersion: v2
appVersion: 1.39.0
appVersion: 1.40.0
dependencies:
- condition: cassandra.enabled
name: cassandra
@@ -12,7 +12,7 @@ dependencies:
tags:
- bitnami-common
version: 2.x.x
description: Distributed tracing platform for monitoring microservices-based distributed systems.
description: Jaeger is a distributed tracing system. It is used for monitoring and troubleshooting microservices-based distributed systems.
engine: gotpl
home: https://github.com/bitnami/charts/tree/main/bitnami/jaeger
icon: https://bitnami.com/assets/stacks/jaeger/img/jaeger-stack-220x234.png
@@ -27,4 +27,4 @@ name: jaeger
sources:
- https://github.com/jaegertracing/jaeger
- https://www.jaegertracing.io/
version: 0.1.0
version: 0.1.1
+22 -22
View File
@@ -2,12 +2,12 @@
# Jaeger packaged by Bitnami
Jaeger is a Distributed Tracing System
Jaeger is a distributed tracing system. It is used for monitoring and troubleshooting microservices-based distributed systems.
[Overview of Jaeger](https://www.jaegertracing.io/)
[Overview of Jaeger](https://jaegertracing.io/)
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.
## TL;DR
```console
@@ -82,7 +82,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.39.0-debian-11-r4` |
| `image.tag` | Jaeger image tag (immutable tags are recommended) | `1.40.0-debian-11-r4` |
| `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 | `[]` |
@@ -358,23 +358,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-debian-11` |
| `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.7-debian-11-r18` |
| `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
@@ -464,4 +464,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
+2 -2
View File
@@ -66,7 +66,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jaeger
tag: 1.39.0-debian-11-r4
tag: 1.40.0-debian-11-r4
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-debian-11
tag: 4.0.7-debian-11-r18
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'