diff --git a/ansible/group_vars/proxy-hosts.yml b/ansible/group_vars/proxy-hosts.yml index 285469d4..3cff27c5 100644 --- a/ansible/group_vars/proxy-hosts.yml +++ b/ansible/group_vars/proxy-hosts.yml @@ -354,13 +354,13 @@ idr_haproxy_frontend_omero_host: idr.openmicroscopy.org ###################################################################### # Static webpages (/about) on proxy -idr_openmicroscopy_org_version: 2022.01.14 +idr_openmicroscopy_org_version: 2022.02.28-1 deploy_archive_dest_dir: /srv/www/{{ idr_openmicroscopy_org_version }} deploy_archive_src_url: https://github.com/IDR/idr.openmicroscopy.org/releases/download/{{ idr_openmicroscopy_org_version }}/idr.openmicroscopy.org.tar.gz # Optional checksum. It should be safe to omit as long as you never # overwrite an existing archive. This should not be a problem when using # versioned directories. -deploy_archive_sha256: 1d9a4493d45cddb906c04412362d1bed426b30b02cc0fc804eeacf7954fcd630 +deploy_archive_sha256: e0881b1d4d775650372abd7cdea0cf71c7f047e27f59abb69f95e937ff1c7b85 deploy_archive_symlink: /srv/www/html idr_deployment_web_version_file: /srv/www/{{ idr_openmicroscopy_org_version }}/VERSION idr_deployment_web_version_value: "{{ idr_environment | default('idr') }}"