From ca203513e3441ee6c5ad0271ebe579af2406193c Mon Sep 17 00:00:00 2001 From: Peter 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