aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2018-04-24 11:02:55 +0200
committerThomas Duval <thomas.duval@orange.com>2018-04-24 11:02:55 +0200
commita27008222c621f9fae9166de1538d0bb05b67389 (patch)
tree04e10ede6074f5e16c302fad44c54dec88a75928
parent18cc28cf6879cc3be6b68b2b752d03a4b66d4af4 (diff)
Downgrade the version of the MySQL server use in DB container to fix a connection error.
Change-Id: I4642341b7e4fa27b958963c8152fd09a8954298e
-rw-r--r--tools/moon_kubernetes/templates/db.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/moon_kubernetes/templates/db.yaml b/tools/moon_kubernetes/templates/db.yaml
index a055507e..5a0e5e98 100644
--- a/tools/moon_kubernetes/templates/db.yaml
+++ b/tools/moon_kubernetes/templates/db.yaml
@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: db
- image: mysql:latest
+ image: mysql:5.7
env:
- name: MYSQL_DATABASE
value: "moon"