diff options
| author | Simon Belbeoch <[email protected]> | 2021-11-04 22:26:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-04 14:26:38 -0700 |
| commit | a0296ebb277411ef63166ec20d72c124e7ced0a0 (patch) | |
| tree | f4f2451de04c21528a38b71cf37081ef1e39d745 | |
| parent | 31e4776f4dc368067999cc68f8dfa66bf663c3d1 (diff) | |
| download | caprover-one-click-apps-a0296ebb277411ef63166ec20d72c124e7ced0a0.tar.gz caprover-one-click-apps-a0296ebb277411ef63166ec20d72c124e7ced0a0.zip | |
upgrade n8n from 0.116.1 to 0.147.1 (#552)
Co-authored-by: Simon Belbeoch <[email protected]>
| -rw-r--r-- | public/v4/apps/n8n-io.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/n8n-io.yml b/public/v4/apps/n8n-io.yml index 3ebe5c7..eed60ba 100644 --- a/public/v4/apps/n8n-io.yml +++ b/public/v4/apps/n8n-io.yml @@ -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 |
