mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
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
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:
@@ -15,7 +15,7 @@ type: application
|
||||
# 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.
|
||||
# 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
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dc-template
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
DeepCypher AoA template cluster decleration
|
||||
|
||||
@@ -39,7 +39,7 @@ DeepCypher AoA template cluster decleration
|
||||
| mariadb.auth.username | string | `"archer"` | |
|
||||
| mariadb.image.registry | string | `"docker.io"` | |
|
||||
| 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.enabled | bool | `true` | |
|
||||
| mariadb.primary.persistence.size | string | `"100G"` | |
|
||||
|
||||
@@ -111,7 +111,7 @@ mariadb:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnamilegacy/mariadb
|
||||
tag: 11.3.2-debian-12-r9
|
||||
tag: 11.4.5-debian-12-r9
|
||||
auth:
|
||||
database: nextcloud
|
||||
username: archer
|
||||
|
||||
Reference in New Issue
Block a user