[bitnami/mariadb-galera] Release 7.4.7 (#13038)

* [bitnami/mariadb-galera] Release 7.4.7 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>

* Update Chart.yaml

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-20 17:54:05 +00:00
committed by GitHub
co-authored by Carlos Rodríguez Hernández
parent e9724ad580
commit b3adc6fc56
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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.4.6
version: 7.4.7
+4 -4
View File
@@ -7,7 +7,7 @@ MariaDB Galera is a multi-primary database cluster solution for synchronous repl
[Overview of MariaDB Galera](https://mariadb.com/kb/en/library/galera-cluster/)
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.
## TL;DR
```bash
@@ -96,7 +96,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.6.10-debian-11-r5` |
| `image.tag` | MariaDB Galera image tag (immutable tags are recommended) | `10.6.10-debian-11-r11` |
| `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 | `[]` |
@@ -234,7 +234,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-r42` |
| `metrics.image.tag` | MariaDB Prometheus exporter image tag (immutable tags are recommended) | `0.14.0-debian-11-r49` |
| `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 | `[]` |
@@ -657,4 +657,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
+2 -2
View File
@@ -77,7 +77,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mariadb-galera
tag: 10.6.10-debian-11-r5
tag: 10.6.10-debian-11-r11
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-r42
tag: 0.14.0-debian-11-r49
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)