From dd939bd4a2dee44cf908c6e0ecd86a8d31335a31 Mon Sep 17 00:00:00 2001 From: Andreas Opferkuch Date: Fri, 8 Nov 2019 02:37:10 +0100 Subject: [PATCH] Update redis tags link and default version (#105) --- public/v2/apps/redis.json | 8 ++++---- 1 file 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