From b757ac32af6ae3c3efdd46383a6796fff148253f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 01:25:10 +0000 Subject: [PATCH] patch(deps): update library/mariadb docker tag to v11.2.3 --- server/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/kustomization.yml b/server/kustomization.yml index d9e85f4..0c0d4fb 100644 --- a/server/kustomization.yml +++ b/server/kustomization.yml @@ -52,7 +52,7 @@ secretGenerator: images: - name: mariadb-server newName: library/mariadb - newTag: "11.2.2" + newTag: "11.2.3" - name: mariadb-metrics newName: prom/mysqld-exporter newTag: "v0.15.1"