From 0518a8ccb019e9ba860d2f6efe65f47c0ad5a571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 20:19:16 +0000 Subject: [PATCH] minor(deps): update library/mariadb docker tag to v11.1.2 --- server/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/kustomization.yml b/server/kustomization.yml index 64aa198..f8ed98a 100644 --- a/server/kustomization.yml +++ b/server/kustomization.yml @@ -52,7 +52,7 @@ secretGenerator: images: - name: mariadb-server newName: library/mariadb - newTag: "11.0.3" + newTag: "11.1.2" - name: mariadb-metrics newName: prom/mysqld-exporter newTag: "v0.15.0"