File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
environments/template/group_vars Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ teams_gui_version: "9.1.3"
4242teams_server_version : " 9.1.3"
4343voot_version : " 6.2.0"
4444myconext_version : " 8.1.12-1"
45- dashboard_server_version : " 12.3.4"
46- dashboard_gui_version : " 12.3.4"
45+ dashboard_version : " 13.0.11"
4746invite_server_version : " 0.0.2-SNAPSHOT"
4847invite_client_version : " 0.0.2-SNAPSHOT"
4948invite_welcome_version : " 0.0.2-SNAPSHOT"
Original file line number Diff line number Diff line change 2525 name : dashboardserver
2626 env :
2727 TZ : " {{ timezone }}"
28- image : ghcr.io/openconext/openconext-dashboard/dashboard-server:{{ dashboard_server_version }}
28+ image : ghcr.io/openconext/openconext-dashboard/dashboard-server:{{ dashboard_version }}
2929 pull : true
3030 restart_policy : " {{ dashboard_server_restart_policy }}"
3131 restart_retries : " {{ dashboard_server_restart_retries }}" # Only for restart policy on-failure
6161- name : Create the gui container
6262 community.docker.docker_container :
6363 name : dashboardgui
64- image : ghcr.io/openconext/openconext-dashboard/dashboard-gui:{{ dashboard_gui_version }}
64+ image : ghcr.io/openconext/openconext-dashboard/dashboard-gui:{{ dashboard_version }}
6565 pull : true
6666 restart_policy : " always"
6767 state : started
You can’t perform that action at this time.
0 commit comments