From 08e7be7f5bf7eca610709aea81fbc06008cc7c4d Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 7 Apr 2024 20:03:30 -0400 Subject: [PATCH] Update postgresql to custom image v1.1.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 af3b448..91257ca 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.0.0 + tag: v1.1.0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'