From 389c636c3c55ea66001fc63ca268b134d6ae87b0 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 21 Oct 2024 03:35:03 +0000 Subject: [PATCH] chore(deps): update helm release cloudnative-pg to v0.22.1 --- 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 63cfa76..25b2329 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.0 + version: 0.22.1 valuesFile: config/values.cnpg.yaml namespace: postgres-system includeCRDs: true