From: Thomas Duval Date: Tue, 24 Apr 2018 09:02:55 +0000 (+0200) Subject: Downgrade the version of the MySQL server use in DB container to fix a connection... X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a27008222c621f9fae9166de1538d0bb05b67389;p=moon.git Downgrade the version of the MySQL server use in DB container to fix a connection error. Change-Id: I4642341b7e4fa27b958963c8152fd09a8954298e --- 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"