diff options
author | Thomas Duval <thomas.duval@orange.com> | 2018-01-18 14:52:50 +0100 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2018-01-18 15:13:42 +0100 |
commit | bf46366ac81a2dae21e7d67fdf0721cbf4aa7b33 (patch) | |
tree | ab0c5d4367f5a9f6401e8ba057a6e4a3e4fa0d0d | |
parent | 270a9b3c73c7f36eb8988300184ed6e54a572411 (diff) |
Update version of the GUI.
Change-Id: I617d9a7038786d4ff4338c44aa6184241b1e7424
-rwxr-xr-x | moon_gui/static/version.json | 4 | ||||
-rw-r--r-- | tools/moon_kubernetes/templates/moon_gui.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/moon_gui/static/version.json b/moon_gui/static/version.json index ec74a2db..4f228d2b 100755 --- a/moon_gui/static/version.json +++ b/moon_gui/static/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.0" -}
\ No newline at end of file + "version": "1.1.0" +} diff --git a/tools/moon_kubernetes/templates/moon_gui.yaml b/tools/moon_kubernetes/templates/moon_gui.yaml index 2d355216..7c6ab732 100644 --- a/tools/moon_kubernetes/templates/moon_gui.yaml +++ b/tools/moon_kubernetes/templates/moon_gui.yaml @@ -13,7 +13,7 @@ spec: hostname: gui containers: - name: gui - image: wukongsun/moon_gui:v4.3.1 + image: wukongsun/moon_gui:latest env: - name: MANAGER_HOST value: "127.0.0.1" |