From ab45001f74663a14a09ccfec552b20d805857e18 Mon Sep 17 00:00:00 2001 From: jmcorne Date: Wed, 8 Apr 2026 14:29:54 +0200 Subject: [PATCH] chore(common-services): bump chart to 2.0.2 and cloudnative-pg to 0.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Chart version 2.0.1 → 2.0.2 - cloudnative-pg dependency 0.27.1 → 0.28.0 Made-with: Cursor --- charts/common-services/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/common-services/Chart.yaml b/charts/common-services/Chart.yaml index 6fa43b0..1f8c558 100644 --- a/charts/common-services/Chart.yaml +++ b/charts/common-services/Chart.yaml @@ -10,7 +10,7 @@ type: application # Chart Version # ------------- # This version should be incremented following Semantic Versioning (https://semver.org/) whenever the chart's structure or templates change. -version: 2.0.1 +version: 2.0.2 # Application Version (Informational) # ----------------------------------- @@ -98,7 +98,7 @@ dependencies: condition: velero.enabled - name: cloudnative-pg repository: https://cloudnative-pg.github.io/charts - version: 0.27.1 + version: 0.28.0 condition: cloudnative-pg.enabled - name: velero-ui version: 0.x.x