diff options
| author | Tommy Parnell <[email protected]> | 2022-01-27 21:48:37 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-27 18:48:37 -0800 |
| commit | 3f4774e6880efd79bd2f02bba26fe62c8d1587a7 (patch) | |
| tree | ae7ad92d386128c36d36ff31a9616ffff6cd7726 /public/v4/apps/postgres.yml | |
| parent | edc86c6e5b62160795464432316a752297d04786 (diff) | |
| download | caprover-one-click-apps-3f4774e6880efd79bd2f02bba26fe62c8d1587a7.tar.gz caprover-one-click-apps-3f4774e6880efd79bd2f02bba26fe62c8d1587a7.zip | |
update postgres default (#614)
Diffstat (limited to 'public/v4/apps/postgres.yml')
| -rw-r--r-- | public/v4/apps/postgres.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/postgres.yml b/public/v4/apps/postgres.yml index 8ec46ee..c7fa869 100644 --- a/public/v4/apps/postgres.yml +++ b/public/v4/apps/postgres.yml @@ -16,7 +16,7 @@ caproverOneClickApp: variables: - id: $$cap_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/ validRegex: /^([^\s^\/])+$/ - id: $$cap_pg_user |
