From b5af16e191ce2de22ae6d8414c1c5ee956e4ae5f Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 7 Apr 2024 20:17:26 -0400 Subject: [PATCH] Increment postgresql to v1.2.0 --- postgresql/helmrelease-postgresql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/helmrelease-postgresql.yaml b/postgresql/helmrelease-postgresql.yaml index 91257ca..59aa578 100644 --- a/postgresql/helmrelease-postgresql.yaml +++ b/postgresql/helmrelease-postgresql.yaml @@ -115,7 +115,7 @@ spec: image: registry: git.clortox.com repository: infrastructure/gluttony-cluster-postgresql - tag: v1.1.0 + tag: v1.2.0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'