summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEthan Edwards <[email protected]>2020-07-16 21:57:04 -0400
committerGitHub <[email protected]>2020-07-16 21:57:04 -0400
commit1857bb0869e53c12981434e0ef02e2cd7aec72f3 (patch)
treeeade8f0c746c60ccbaa3e4e3d94ad2491d465450
parent22fcd0262ff712ff31d4f977eb48379c3d2a63d4 (diff)
downloadcaprover-one-click-apps-1857bb0869e53c12981434e0ef02e2cd7aec72f3.tar.gz
caprover-one-click-apps-1857bb0869e53c12981434e0ef02e2cd7aec72f3.zip
fix discourse version for email fix and update (#230)
-rw-r--r--public/v2/apps/discourse.json6
1 files 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^\\/])+$/"
},