From 51c826ca2ca43a5defb7256732a7d28fa0726008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Mon, 15 Jun 2026 09:32:09 +0300 Subject: [PATCH] Bump versions by hand --- .sure-version | 2 +- charts/sure/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.sure-version b/.sure-version index 0f0454301..05d5d9c87 100644 --- a/.sure-version +++ b/.sure-version @@ -1 +1 @@ -0.7.2-alpha.6 +0.7.2-alpha.7 diff --git a/charts/sure/Chart.yaml b/charts/sure/Chart.yaml index d5e24abc3..d32e337f4 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.7.2-alpha.6 -appVersion: "0.7.2-alpha.6" +version: 0.7.2-alpha.7 +appVersion: "0.7.2-alpha.7" kubeVersion: ">=1.25.0-0"