Update to 2021-03-29 19:00

master
Daniel Berteaud 4 years ago
parent ca91b09a79
commit b94d891263
  1. 4
      roles/appsmith/defaults/main.yml
  2. 4
      roles/matrix_element/defaults/main.yml
  3. 2
      roles/n8n/defaults/main.yml

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
appsmith_version: 1.4.4 appsmith_version: 1.4.5
# URL of the source archive # URL of the source archive
appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz
# sha1sum of the archive # sha1sum of the archive
appsmith_archive_sha1: 4bb16f1c2ede244a74e684afa233cf4df408a1da appsmith_archive_sha1: b574ef7a0b03ebb2db561b8322554008c063967f
# Root directory where appsmith will be installed # Root directory where appsmith will be installed
appsmith_root_dir: /opt/appsmith appsmith_root_dir: /opt/appsmith

@ -5,9 +5,9 @@
element_id: element element_id: element
# Version to deploy, and expected sha1 # Version to deploy, and expected sha1
element_version: 1.7.23 element_version: 1.7.24
# sha1sum of the tar.gz # sha1sum of the tar.gz
element_archive_sha1: 82ad854d64ca16be323f23f2bd1542c3bb4c0567 element_archive_sha1: 5aff9b6a22e270ece1b5ed17b0267de2b863d3d5
# Where to install element # Where to install element
element_root_dir: /opt/matrix/element element_root_dir: /opt/matrix/element

@ -1,7 +1,7 @@
--- ---
# Version to deploy # Version to deploy
n8n_version: 0.112.0 n8n_version: 0.113.0
# Root directory where n8n will be installed # Root directory where n8n will be installed
n8n_root_dir: /opt/n8n n8n_root_dir: /opt/n8n
# User account under which n8n will run # User account under which n8n will run

Loading…
Cancel
Save