[bitnami/mariadb-galera] Release 14.1.3 (#31790)

* [bitnami/mariadb-galera] Release 14.1.3 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* ci: 👷 Bump machine size

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* ci: 👷 Bump machine size

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* chore: 🔧 Bump instance size

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
Co-authored-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-02-07 16:18:09 +01:00
committed by GitHub
parent bd298e4421
commit dc056e927f
6 changed files with 18 additions and 14 deletions

View File

@@ -34,7 +34,7 @@
"target_platform": {
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "S4"
"name": "M4"
}
}
},

View File

@@ -1,8 +1,12 @@
# Changelog
## 14.1.2 (2025-01-15)
## 14.1.3 (2025-02-07)
* [bitnami/mariadb-galera] Release 14.1.2 ([#31381](https://github.com/bitnami/charts/pull/31381))
* [bitnami/mariadb-galera] Release 14.1.3 ([#31790](https://github.com/bitnami/charts/pull/31790))
## <small>14.1.2 (2025-01-15)</small>
* [bitnami/mariadb-galera] Release 14.1.2 (#31381) ([54eddfc](https://github.com/bitnami/charts/commit/54eddfcd09984cca6de3f3ed85f5c6064fdaa74d)), closes [#31381](https://github.com/bitnami/charts/issues/31381)
## <small>14.1.1 (2025-01-12)</small>

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.0
digest: sha256:c0ac22dea12ebe35613a1fbde2d9ffcf913c40dc688139f10914db942f2dab13
generated: "2025-01-12T17:00:52.935287031Z"
version: 2.29.1
digest: sha256:0d3abbd4a9bdc95c1a5f504d253e347f723d9565222939020973dd3c4e1dd1f4
generated: "2025-02-05T11:49:44.794637282Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: mariadb-galera
image: docker.io/bitnami/mariadb-galera:11.4.4-debian-12-r5
image: docker.io/bitnami/mariadb-galera:11.4.5-debian-12-r0
- name: mysqld-exporter
image: docker.io/bitnami/mysqld-exporter:0.16.0-debian-12-r4
image: docker.io/bitnami/mysqld-exporter:0.16.0-debian-12-r7
apiVersion: v2
appVersion: 11.4.4
appVersion: 11.4.5
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -33,4 +33,4 @@ maintainers:
name: mariadb-galera
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mariadb-galera
version: 14.1.2
version: 14.1.3

View File

@@ -574,7 +574,7 @@ The chart mounts a [Persistent Volume](https://kubernetes.io/docs/concepts/stora
| `sidecars` | Add additional sidecar containers (this value is evaluated as a template) | `[]` |
| `extraVolumes` | Extra volumes | `[]` |
| `extraVolumeMounts` | Mount extra volume(s) | `[]` |
| `resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). | `micro` |
| `resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). | `small` |
| `resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
| `livenessProbe.enabled` | Turn on and off liveness probe | `true` |
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | `120` |

View File

@@ -93,7 +93,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mariadb-galera
tag: 11.4.4-debian-12-r5
tag: 11.4.5-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -783,7 +783,7 @@ extraVolumeMounts: []
## @param resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production).
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
##
resourcesPreset: "micro"
resourcesPreset: "small"
## @param resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
## Example:
## resources:
@@ -891,7 +891,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.16.0-debian-12-r4
tag: 0.16.0-debian-12-r7
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)