update postgres default (#614)
This commit is contained in:
parent
edc86c6e5b
commit
3f4774e688
|
|
@ -16,7 +16,7 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_postgres_version
|
- id: $$cap_postgres_version
|
||||||
label: Postgres Version
|
label: Postgres Version
|
||||||
defaultValue: '9.6'
|
defaultValue: '14.1'
|
||||||
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
- id: $$cap_pg_user
|
- id: $$cap_pg_user
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue