diff --git a/bitnami/mariadb-galera/Chart.lock b/bitnami/mariadb-galera/Chart.lock index f1310e5ed0..966d946419 100644 --- a/bitnami/mariadb-galera/Chart.lock +++ b/bitnami/mariadb-galera/Chart.lock @@ -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" diff --git a/bitnami/mariadb-galera/Chart.yaml b/bitnami/mariadb-galera/Chart.yaml index 9337cda565..2c52b56441 100644 --- a/bitnami/mariadb-galera/Chart.yaml +++ b/bitnami/mariadb-galera/Chart.yaml @@ -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 diff --git a/bitnami/mariadb-galera/README.md b/bitnami/mariadb-galera/README.md index 7f39ecde75..8d6be27861 100644 --- a/bitnami/mariadb-galera/README.md +++ b/bitnami/mariadb-galera/README.md @@ -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 | `[]` | diff --git a/bitnami/mariadb-galera/values.yaml b/bitnami/mariadb-galera/values.yaml index 0c449634e9..a1c632fcdf 100644 --- a/bitnami/mariadb-galera/values.yaml +++ b/bitnami/mariadb-galera/values.yaml @@ -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/