upgrade n8n from 0.116.1 to 0.147.1 (#552)

Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
This commit is contained in:
Simon Belbeoch 2021-11-04 22:26:38 +01:00 committed by GitHub
parent 31e4776f4d
commit a0296ebb27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ caproverOneClickApp:
variables:
- id: $$cap_n8n_version
label: n8n.io Version
defaultValue: 0.116.1
defaultValue: 0.147.1
description: Check out their Docker page for the valid tags https://hub.docker.com/r/n8nio/n8n/tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_postgres_version
label: Postgres (database) version
defaultValue: '12'
defaultValue: '14'
description: Check out their Docker page for the valid tags https://hub.docker.com/_/postgres?tab=tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_db_pass