From 1857bb0869e53c12981434e0ef02e2cd7aec72f3 Mon Sep 17 00:00:00 2001 From: Ethan Edwards Date: Thu, 16 Jul 2020 21:57:04 -0400 Subject: [PATCH] fix discourse version for email fix and update (#230) --- public/v2/apps/discourse.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/v2/apps/discourse.json b/public/v2/apps/discourse.json index 57421e0..8d43ffb 100644 --- a/public/v2/apps/discourse.json +++ b/public/v2/apps/discourse.json @@ -86,14 +86,14 @@ { "id": "$$cap_discourse_version", "label": "Discourse Version", - "defaultValue": "2-debian-10", + "defaultValue": "2.4.4", "description": "Version of Discourse", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_postgresql_version", "label": "Postgresql (database) version", - "defaultValue": "11-debian-10", + "defaultValue": "11", "description": "Version of Postgresql", "validRegex": "/^([^\\s^\\/])+$/" }, @@ -106,7 +106,7 @@ { "id": "$$cap_redis_version", "label": "Redis version", - "defaultValue": "5.0-debian-10", + "defaultValue": "5.0", "description": "Version of Redis", "validRegex": "/^([^\\s^\\/])+$/" },