From c5a228a6593897b35d2a9e7740328840ae7613a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Jun 2025 13:20:20 +0000 Subject: [PATCH] Update mysql Docker tag to v9 --- cluster/apps/semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/semaphore/semaphore.yml b/cluster/apps/semaphore/semaphore.yml index dc8a393..f41cbc2 100644 --- a/cluster/apps/semaphore/semaphore.yml +++ b/cluster/apps/semaphore/semaphore.yml @@ -16,7 +16,7 @@ spec: spec: initContainers: - name: mysql - image: mysql:8.4 + image: mysql:9.3 restartPolicy: Always ports: - containerPort: 3306 -- 2.49.1