summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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^\\/])+$/"
},