From 58dd8a5fb4ae252216ef6cc6fb736bad013a838f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:49:13 +0000 Subject: [PATCH] Update mariadb Docker tag to v11.8 --- infra/mariadb/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/mariadb/templates/statefulset.yaml b/infra/mariadb/templates/statefulset.yaml index 318852b2..47c3945e 100644 --- a/infra/mariadb/templates/statefulset.yaml +++ b/infra/mariadb/templates/statefulset.yaml @@ -17,7 +17,7 @@ spec: app: mariadb spec: containers: - - image: mariadb:11.7 + - image: mariadb:11.8 imagePullPolicy: Always name: mariadb ports: