From 82af88662ea1c066a3504168efc7956c82359ea8 Mon Sep 17 00:00:00 2001
From: Alex ubuntu vm <alexdecb@yahoo.es>
Date: Thu, 19 Oct 2023 14:45:18 +0200
Subject: [PATCH] fix mySQL bug with the used version

---
 operator/deploy/deployOperator.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/operator/deploy/deployOperator.yaml b/operator/deploy/deployOperator.yaml
index e727421..5169979 100644
--- a/operator/deploy/deployOperator.yaml
+++ b/operator/deploy/deployOperator.yaml
@@ -18,7 +18,7 @@ spec:
       containers:
       - image: lewisfelix24/l2sm-operator:latest
         name: l2sm-opt-pod
-      - image: mysql/mysql-server:latest
+      - image: mysql/mysql-server:5.7
         name: mysql
         env:
           - name: MYSQL_ROOT_PASSWORD
-- 
GitLab