From deb7ae890f3dce404625c5318464a168c769ecce Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Jun 2026 07:53:03 +0000 Subject: [PATCH] Update mariadb Docker tag to v12 --- arcade-system/romm.yaml | 2 +- bookstack-system/bookstack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arcade-system/romm.yaml b/arcade-system/romm.yaml index 6231d58..581212f 100644 --- a/arcade-system/romm.yaml +++ b/arcade-system/romm.yaml @@ -388,7 +388,7 @@ spec: spec: containers: - name: mariadb - image: mariadb:11 + image: mariadb:12 env: - name: MARIADB_ROOT_PASSWORD valueFrom: diff --git a/bookstack-system/bookstack.yaml b/bookstack-system/bookstack.yaml index 40cdeae..007b32a 100644 --- a/bookstack-system/bookstack.yaml +++ b/bookstack-system/bookstack.yaml @@ -71,7 +71,7 @@ spec: spec: containers: - name: mariadb - image: mariadb:11 + image: mariadb:12 imagePullPolicy: IfNotPresent env: - name: MYSQL_ROOT_PASSWORD