summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndreas Opferkuch <[email protected]>2019-11-08 02:37:10 +0100
committerKasra Bigdeli <[email protected]>2019-11-07 20:37:10 -0500
commitdd939bd4a2dee44cf908c6e0ecd86a8d31335a31 (patch)
tree07f2d0c4a4549559e8fb7263e68ef4dca8db81cf
parentf710b426ad54a12d86c7320cbfa6f1116e6bf3fc (diff)
downloadcaprover-one-click-apps-dd939bd4a2dee44cf908c6e0ecd86a8d31335a31.tar.gz
caprover-one-click-apps-dd939bd4a2dee44cf908c6e0ecd86a8d31335a31.zip
Update redis tags link and default version (#105)
-rw-r--r--public/v2/apps/redis.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/v2/apps/redis.json b/public/v2/apps/redis.json
index 23aca08..e793914 100644
--- a/public/v2/apps/redis.json
+++ b/public/v2/apps/redis.json
@@ -24,11 +24,12 @@
"start": "Redis is an open source key-value store that functions as a data structure server.\n\n After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 6379 to other CapRover apps.\n\n Enter your Redis container name and click on next. It will take about a minute for the process to finish.",
"end": "Redis is deployed and available as srv-captain--$$cap_appname:6379 to other apps. For example with NodeJS: const client = redis.createClient(6379, 'srv-captain--$$cap_appname' , {password: '$$cap_redis_password'})"
},
- "variables": [{
+ "variables": [
+ {
"id": "$$cap_redis_version",
"label": "Redis Version Tag",
- "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/_/redis/tags/",
- "defaultValue": "4",
+ "description": "Check out their Docker page for the valid tags: https://hub.docker.com/_/redis?tab=tags",
+ "defaultValue": "5",
"validRegex": "/^([^\\s^\\/])+$/"
},
{
@@ -37,5 +38,4 @@
"validRegex": "/^([a-zA-Z0-9-_])+$/"
}
]
-
} \ No newline at end of file