Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
18cc28c
)
Downgrade the version of the MySQL server use in DB container to fix a connection...
33/56333/1
author
Thomas Duval
<thomas.duval@orange.com>
Tue, 24 Apr 2018 09:02:55 +0000
(11:02 +0200)
committer
Thomas Duval
<thomas.duval@orange.com>
Tue, 24 Apr 2018 09:02:55 +0000
(11:02 +0200)
Change-Id: I4642341b7e4fa27b958963c8152fd09a8954298e
tools/moon_kubernetes/templates/db.yaml
patch
|
blob
|
history
diff --git
a/tools/moon_kubernetes/templates/db.yaml
b/tools/moon_kubernetes/templates/db.yaml
index
a055507
..
5a0e5e9
100644
(file)
--- 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"