Skip to content

Commit cb0a972

Browse files
author
Bitnami Bot
authored
[bitnami/mariadb] Release 11.4.3 (bitnami#14357)
* [bitnami/mariadb] Release 11.4.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>
1 parent 5a71013 commit cb0a972

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bitnami/mariadb/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ sources:
2727
- https://github.com/bitnami/containers/tree/main/bitnami/mariadb
2828
- https://github.com/prometheus/mysqld_exporter
2929
- https://mariadb.org
30-
version: 11.4.2
30+
version: 11.4.3

bitnami/mariadb/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and
8686
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
8787
| `image.registry` | MariaDB image registry | `docker.io` |
8888
| `image.repository` | MariaDB image repository | `bitnami/mariadb` |
89-
| `image.tag` | MariaDB image tag (immutable tags are recommended) | `10.6.11-debian-11-r12` |
89+
| `image.tag` | MariaDB image tag (immutable tags are recommended) | `10.6.11-debian-11-r22` |
9090
| `image.digest` | MariaDB image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
9191
| `image.pullPolicy` | MariaDB image pull policy | `IfNotPresent` |
9292
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -306,7 +306,7 @@ The command removes all the Kubernetes components associated with the chart and
306306
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup` | `false` |
307307
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
308308
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
309-
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r61` |
309+
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r71` |
310310
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
311311
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
312312
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -321,7 +321,7 @@ The command removes all the Kubernetes components associated with the chart and
321321
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
322322
| `metrics.image.registry` | Exporter image registry | `docker.io` |
323323
| `metrics.image.repository` | Exporter image repository | `bitnami/mysqld-exporter` |
324-
| `metrics.image.tag` | Exporter image tag (immutable tags are recommended) | `0.14.0-debian-11-r67` |
324+
| `metrics.image.tag` | Exporter image tag (immutable tags are recommended) | `0.14.0-debian-11-r77` |
325325
| `metrics.image.digest` | Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
326326
| `metrics.image.pullPolicy` | Exporter image pull policy | `IfNotPresent` |
327327
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

bitnami/mariadb/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ diagnosticMode:
8181
image:
8282
registry: docker.io
8383
repository: bitnami/mariadb
84-
tag: 10.6.11-debian-11-r12
84+
tag: 10.6.11-debian-11-r22
8585
digest: ""
8686
## Specify a imagePullPolicy
8787
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -981,7 +981,7 @@ volumePermissions:
981981
image:
982982
registry: docker.io
983983
repository: bitnami/bitnami-shell
984-
tag: 11-debian-11-r61
984+
tag: 11-debian-11-r71
985985
digest: ""
986986
pullPolicy: IfNotPresent
987987
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
@@ -1017,7 +1017,7 @@ metrics:
10171017
image:
10181018
registry: docker.io
10191019
repository: bitnami/mysqld-exporter
1020-
tag: 0.14.0-debian-11-r67
1020+
tag: 0.14.0-debian-11-r77
10211021
digest: ""
10221022
pullPolicy: IfNotPresent
10231023
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)

0 commit comments

Comments
 (0)