From cf15ef4d268111420e58969372d13c68d4ffdf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Tue, 30 Dec 2025 18:54:43 +0100 Subject: [PATCH] Bump version to 0.6.6-alpha in Chart.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Monorepo Helm chart versioning, here we come! Signed-off-by: Juan José Mata --- charts/sure/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sure/Chart.yaml b/charts/sure/Chart.yaml index fe8f98dcc..b2afd55fc 100644 --- a/charts/sure/Chart.yaml +++ b/charts/sure/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sure description: Official Helm chart for deploying the Sure Rails app (web + Sidekiq) on Kubernetes with optional HA PostgreSQL (CloudNativePG) and Redis. type: application -version: 0.6.5 -appVersion: "0.6.5" +version: 0.6.6-alpha +appVersion: "0.6.6-alpha" kubeVersion: ">=1.25.0-0"