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 /tools/moon_kubernetes/templates | |
parent | 270a9b3c73c7f36eb8988300184ed6e54a572411 (diff) |
Update version of the GUI.
Change-Id: I617d9a7038786d4ff4338c44aa6184241b1e7424
Diffstat (limited to 'tools/moon_kubernetes/templates')
-rw-r--r-- | tools/moon_kubernetes/templates/moon_gui.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |