Updated redis default tag to latest stable release (#827)
This commit is contained in:
parent
7798906705
commit
63f961fffa
|
|
@ -16,7 +16,7 @@ caproverOneClickApp:
|
||||||
- id: $$cap_redis_version
|
- id: $$cap_redis_version
|
||||||
label: Redis Version Tag
|
label: Redis Version Tag
|
||||||
description: 'Check out their Docker page for the valid tags: https://hub.docker.com/_/redis?tab=tags'
|
description: 'Check out their Docker page for the valid tags: https://hub.docker.com/_/redis?tab=tags'
|
||||||
defaultValue: '6.2'
|
defaultValue: '7.0'
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
- id: $$cap_redis_password
|
- id: $$cap_redis_password
|
||||||
label: Redis Password
|
label: Redis Password
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue