From 2ba2701d2ea5e54a3edaf34498175ecb9d77c047 Mon Sep 17 00:00:00 2001
From: Peter <peter@icb4dc0.de>
Date: Wed, 5 Mar 2025 18:40:17 +0000
Subject: [PATCH] chore(deps): update helm release cloudnative-pg to v0.23.2

---
 cnpg/operators/kustomization.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cnpg/operators/kustomization.yaml b/cnpg/operators/kustomization.yaml
index a9a08cc..8b5ed43 100644
--- a/cnpg/operators/kustomization.yaml
+++ b/cnpg/operators/kustomization.yaml
@@ -10,7 +10,7 @@ helmCharts:
   - releaseName: cnpg
     name: cloudnative-pg
     repo: https://cloudnative-pg.github.io/charts
-    version: 0.23.0
+    version: 0.23.2
     valuesFile: config/values.cnpg.yaml
     namespace: postgres-system
     includeCRDs: true