Merge branch 'renovate/docker.io-bitnamilegacy-mariadb-11.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

Update docker.io/bitnamilegacy/mariadb Docker tag to v11.4.5

See merge request deepcypher/dc-kc!901
This commit is contained in:
George Onoufriou
2026-01-22 01:14:24 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0 version: 0.2.0
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to

View File

@@ -1,6 +1,6 @@
# dc-template # dc-template
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) ![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
DeepCypher AoA template cluster decleration DeepCypher AoA template cluster decleration
@@ -39,7 +39,7 @@ DeepCypher AoA template cluster decleration
| mariadb.auth.username | string | `"archer"` | | | mariadb.auth.username | string | `"archer"` | |
| mariadb.image.registry | string | `"docker.io"` | | | mariadb.image.registry | string | `"docker.io"` | |
| mariadb.image.repository | string | `"bitnamilegacy/mariadb"` | | | mariadb.image.repository | string | `"bitnamilegacy/mariadb"` | |
| mariadb.image.tag | string | `"11.3.2-debian-12-r9"` | | | mariadb.image.tag | string | `"11.4.5-debian-12-r9"` | |
| mariadb.primary.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | | mariadb.primary.persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
| mariadb.primary.persistence.enabled | bool | `true` | | | mariadb.primary.persistence.enabled | bool | `true` | |
| mariadb.primary.persistence.size | string | `"100G"` | | | mariadb.primary.persistence.size | string | `"100G"` | |

View File

@@ -111,7 +111,7 @@ mariadb:
image: image:
registry: docker.io registry: docker.io
repository: bitnamilegacy/mariadb repository: bitnamilegacy/mariadb
tag: 11.3.2-debian-12-r9 tag: 11.4.5-debian-12-r9
auth: auth:
database: nextcloud database: nextcloud
username: archer username: archer