[bitnami/jaeger] Release 1.0.3 (#15017)

* [bitnami/jaeger] Release 1.0.3 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-02-17 20:12:05 +01:00
committed by GitHub
parent 27656fe22a
commit 27e319d755
4 changed files with 26 additions and 26 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.2
version: 2.2.3
- name: cassandra
repository: https://charts.bitnami.com/bitnami
version: 10.0.2
digest: sha256:bc34113b4618fee502e2942de4056df717a0a998f4471fe66a8754681d175375
generated: "2023-02-06T01:11:33.39756499Z"
version: 10.0.3
digest: sha256:48edf1c6024a09b0e7d6d32ccad8cf127f6e9e47cd624a0a314dc6a4982b0030
generated: "2023-02-17T18:37:53.675978661Z"

View File

@@ -27,4 +27,4 @@ name: jaeger
sources:
- https://github.com/jaegertracing/jaeger
- https://www.jaegertracing.io/
version: 1.0.2
version: 1.0.3

View File

@@ -80,7 +80,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.42.0-debian-11-r0` |
| `image.tag` | Jaeger image tag (immutable tags are recommended) | `1.42.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 | `[]` |
@@ -352,23 +352,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.7-debian-11-r33` |
| `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.8-debian-11-r1` |
| `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
@@ -462,4 +462,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.

View File

@@ -66,7 +66,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jaeger
tag: 1.42.0-debian-11-r0
tag: 1.42.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.7-debian-11-r33
tag: 4.0.8-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'