Update to 2022-07-21 16:00

master
Daniel Berteaud 2 years ago
parent 65f4b19317
commit 5cb0ab9952
  1. 4
      roles/appsmith/defaults/main.yml
  2. 2
      roles/n8n/defaults/main.yml

@ -1,11 +1,11 @@
---
# Version to deploy
appsmith_version: 1.6.19
appsmith_version: 1.7.8
# URL of the source archive
appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz
# sha1sum of the archive
appsmith_archive_sha1: 76e96d76b830500a3cba95b92abdad45f9b1483f
appsmith_archive_sha1: 67afc6178b2dea86071b728544c6733cb04bede4
# Root directory where appsmith will be installed
appsmith_root_dir: /opt/appsmith

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

Loading…
Cancel
Save