Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions environments/template/group_vars/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ teams_gui_version: "9.1.3"
teams_server_version: "9.1.3"
voot_version: "6.2.0"
myconext_version: "8.1.12-1"
dashboard_server_version: "12.3.4"
dashboard_gui_version: "12.3.4"
dashboard_version: "13.0.11"
invite_server_version: "0.0.2-SNAPSHOT"
invite_client_version: "0.0.2-SNAPSHOT"
invite_welcome_version: "0.0.2-SNAPSHOT"
Expand Down
4 changes: 2 additions & 2 deletions roles/dashboard/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
name: dashboardserver
env:
TZ: "{{ timezone }}"
image: ghcr.io/openconext/openconext-dashboard/dashboard-server:{{ dashboard_server_version }}
image: ghcr.io/openconext/openconext-dashboard/dashboard-server:{{ dashboard_version }}
pull: true
restart_policy: "{{ dashboard_server_restart_policy }}"
restart_retries: "{{ dashboard_server_restart_retries }}" # Only for restart policy on-failure
Expand Down Expand Up @@ -61,7 +61,7 @@
- name: Create the gui container
community.docker.docker_container:
name: dashboardgui
image: ghcr.io/openconext/openconext-dashboard/dashboard-gui:{{ dashboard_gui_version }}
image: ghcr.io/openconext/openconext-dashboard/dashboard-gui:{{ dashboard_version }}
pull: true
restart_policy: "always"
state: started
Expand Down
2 changes: 1 addition & 1 deletion roles/manage/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ product:
metadata_configuration_path: file://{{ manage_dir }}/metadata_configuration
metadata_templates_path: file://{{ manage_dir }}/metadata_templates
metadata_export_path: classpath:/metadata_export
disabled_metadata_schemas: "organisation.schema.json"
disabled_metadata_schemas: []
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Volgens mij was deze toegevoegd, omdat SURF de organisaties niet gebruikt


security:
backdoor_user_name: {{ manage.backdoor_api_user }}
Expand Down