mirror of
https://github.com/bitnami/charts.git
synced 2026-02-26 07:37:57 +08:00
[bitnami/mariadb-galera] Add support for image digest apart from tag (#11921)
* [bitnami/mariadb-galera] Add support for image digest apart from tag Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
committed by
GitHub
parent
34e36ca6c3
commit
2ab5b68356
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.17.1
|
||||
digest: sha256:dacc73770a5640c011e067ff8840ddf89631fc19016c8d0a9e5ea160e7da8690
|
||||
generated: "2022-08-19T17:34:39.388779983Z"
|
||||
version: 2.0.0
|
||||
digest: sha256:c66468d294c878acfb7cc6c082bc08d7105d139098bd42f88e6fe26903506c8f
|
||||
generated: "2022-08-20T10:59:08.204875286Z"
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 1.x.x
|
||||
version: 2.x.x
|
||||
description: MariaDB Galera is a multi-primary database cluster solution for synchronous replication and high availability.
|
||||
engine: gotpl
|
||||
home: https://github.com/bitnami/charts/tree/master/bitnami/mariadb-galera
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mariadb-galera
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
version: 7.3.13
|
||||
version: 7.4.0
|
||||
|
||||
@@ -96,7 +96,8 @@ 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.6.8-debian-11-r0` |
|
||||
| `image.tag` | MariaDB Galera image tag (immutable tags are recommended) | `10.6.9-debian-11-r1` |
|
||||
| `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 | `[]` |
|
||||
| `image.debug` | Specify if debug logs should be enabled | `false` |
|
||||
@@ -233,7 +234,8 @@ 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-r0` |
|
||||
| `metrics.image.tag` | MariaDB Prometheus exporter image tag (immutable tags are recommended) | `0.14.0-debian-11-r27` |
|
||||
| `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 | `[]` |
|
||||
| `metrics.extraFlags` | MariaDB Prometheus exporter additional command line flags | `[]` |
|
||||
|
||||
@@ -69,6 +69,7 @@ diagnosticMode:
|
||||
## @param image.registry MariaDB Galera image registry
|
||||
## @param image.repository MariaDB Galera image repository
|
||||
## @param image.tag MariaDB Galera image tag (immutable tags are recommended)
|
||||
## @param image.digest MariaDB Galera image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
|
||||
## @param image.pullPolicy MariaDB Galera image pull policy
|
||||
## @param image.pullSecrets Specify docker-registry secret names as an array
|
||||
## @param image.debug Specify if debug logs should be enabled
|
||||
@@ -77,6 +78,7 @@ image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mariadb-galera
|
||||
tag: 10.6.9-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -786,6 +788,7 @@ metrics:
|
||||
## @param metrics.image.registry MariaDB Prometheus exporter image registry
|
||||
## @param metrics.image.repository MariaDB Prometheus exporter image repository
|
||||
## @param metrics.image.tag MariaDB Prometheus exporter image tag (immutable tags are recommended)
|
||||
## @param metrics.image.digest MariaDB Prometheus exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
|
||||
## @param metrics.image.pullPolicy MariaDB Prometheus exporter image pull policy
|
||||
## @param metrics.image.pullSecrets MariaDB Prometheus exporter image pull secrets
|
||||
##
|
||||
@@ -793,6 +796,7 @@ metrics:
|
||||
registry: docker.io
|
||||
repository: bitnami/mysqld-exporter
|
||||
tag: 0.14.0-debian-11-r27
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
|
||||
Reference in New Issue
Block a user