From 3f4774e6880efd79bd2f02bba26fe62c8d1587a7 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 27 Jan 2022 21:48:37 -0500 Subject: [PATCH] update postgres default (#614) --- public/v4/apps/postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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