Skip to content

Commit aaf937c

Browse files
committed
Get rid of separate server and gui versions for dashboard
1 parent 66b0091 commit aaf937c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

environments/template/group_vars/template.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ teams_gui_version: "9.1.3"
4242
teams_server_version: "9.1.3"
4343
voot_version: "6.2.0"
4444
myconext_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"
4746
invite_server_version: "0.0.2-SNAPSHOT"
4847
invite_client_version: "0.0.2-SNAPSHOT"
4948
invite_welcome_version: "0.0.2-SNAPSHOT"

roles/dashboard/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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
@@ -61,7 +61,7 @@
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

0 commit comments

Comments
 (0)