From 50ff6168eef37ef4be7fe837f32dc0981c700af3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Jul 2026 00:02:53 +0000 Subject: [PATCH] Update postgres Docker tag to v0.19.6 --- ci/helmfile.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/helmfile.yaml.gotmpl b/ci/helmfile.yaml.gotmpl index 515b331..9d9efca 100644 --- a/ci/helmfile.yaml.gotmpl +++ b/ci/helmfile.yaml.gotmpl @@ -100,7 +100,7 @@ releases: - name: postgres-instance namespace: databases chart: cloudpirates/postgres - version: 0.19.5 + version: 0.19.6 installed: {{ not (eq .Environment.Name "db-operator") }} labels: test: psql