mirror of
https://github.com/bitnami/charts.git
synced 2026-03-02 16:17:47 +08:00
[bitnami/mariadb-galera] Release 8.2.6 (#17160)
* [bitnami/mariadb-galera] Release 8.2.6 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:
@@ -25,4 +25,4 @@ maintainers:
|
||||
name: mariadb-galera
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mariadb-galera
|
||||
version: 8.2.5
|
||||
version: 8.2.6
|
||||
|
||||
@@ -87,7 +87,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
|
||||
| `image.registry` | MariaDB Galera image registry | `docker.io` |
|
||||
| `image.repository` | MariaDB Galera image repository | `bitnami/mariadb-galera` |
|
||||
| `image.tag` | MariaDB Galera image tag (immutable tags are recommended) | `10.11.4-debian-11-r0` |
|
||||
| `image.tag` | MariaDB Galera image tag (immutable tags are recommended) | `10.11.4-debian-11-r3` |
|
||||
| `image.digest` | MariaDB Galera image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | MariaDB Galera image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -225,7 +225,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
|
||||
| `metrics.image.registry` | MariaDB Prometheus exporter image registry | `docker.io` |
|
||||
| `metrics.image.repository` | MariaDB Prometheus exporter image repository | `bitnami/mysqld-exporter` |
|
||||
| `metrics.image.tag` | MariaDB Prometheus exporter image tag (immutable tags are recommended) | `0.14.0-debian-11-r125` |
|
||||
| `metrics.image.tag` | MariaDB Prometheus exporter image tag (immutable tags are recommended) | `0.14.0-debian-11-r129` |
|
||||
| `metrics.image.digest` | MariaDB Prometheus exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `metrics.image.pullPolicy` | MariaDB Prometheus exporter image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | MariaDB Prometheus exporter image pull secrets | `[]` |
|
||||
|
||||
@@ -77,7 +77,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mariadb-galera
|
||||
tag: 10.11.4-debian-11-r0
|
||||
tag: 10.11.4-debian-11-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -795,7 +795,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mysqld-exporter
|
||||
tag: 0.14.0-debian-11-r125
|
||||
tag: 0.14.0-debian-11-r129
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
|
||||
|
||||
Reference in New Issue
Block a user