From f813cc5e26cfc67d8811abf8b95f3e246433b265 Mon Sep 17 00:00:00 2001
From: Peter <peter@icb4dc0.de>
Date: Thu, 26 Dec 2024 03:35:44 +0000
Subject: [PATCH] chore(deps): update helm release cloudnative-pg to v0.23.0

---
 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 25b2329..a9a08cc 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.22.1
+    version: 0.23.0
     valuesFile: config/values.cnpg.yaml
     namespace: postgres-system
     includeCRDs: true