From f698fbf8319c010c41fbaf65938000cfe2badb40 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 12 May 2023 07:27:32 +0100 Subject: [PATCH] [bitnami/mariadb] Release 12.2.3 (#16595) * [bitnami/mariadb] Release 12.2.3 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/mariadb/Chart.yaml | 2 +- bitnami/mariadb/README.md | 4 +--- bitnami/mariadb/values.yaml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bitnami/mariadb/Chart.yaml b/bitnami/mariadb/Chart.yaml index e643a93f49..048655ad1d 100644 --- a/bitnami/mariadb/Chart.yaml +++ b/bitnami/mariadb/Chart.yaml @@ -24,4 +24,4 @@ maintainers: name: mariadb sources: - https://github.com/bitnami/charts/tree/main/bitnami/mariadb -version: 12.2.2 +version: 12.2.3 diff --git a/bitnami/mariadb/README.md b/bitnami/mariadb/README.md index bca5c0fd99..576576a80a 100644 --- a/bitnami/mariadb/README.md +++ b/bitnami/mariadb/README.md @@ -8,8 +8,6 @@ MariaDB is an open source, community-developed SQL database server that is widel Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. -Looking to use MariaDB in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog. - ## TL;DR ```console @@ -86,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | | `image.registry` | MariaDB image registry | `docker.io` | | `image.repository` | MariaDB image repository | `bitnami/mariadb` | -| `image.tag` | MariaDB image tag (immutable tags are recommended) | `10.11.3-debian-11-r0` | +| `image.tag` | MariaDB image tag (immutable tags are recommended) | `10.11.3-debian-11-r1` | | `image.digest` | MariaDB image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | MariaDB image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/mariadb/values.yaml b/bitnami/mariadb/values.yaml index e432f1c113..d98fb62c2d 100644 --- a/bitnami/mariadb/values.yaml +++ b/bitnami/mariadb/values.yaml @@ -87,7 +87,7 @@ serviceBindings: image: registry: docker.io repository: bitnami/mariadb - tag: 10.11.3-debian-11-r0 + tag: 10.11.3-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'