From 8c07236f715c30aedf5e89692240c8d4e078d64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Sun, 24 May 2026 16:19:37 +0200 Subject: [PATCH] Bump version 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 38d939e70..dafd26204 100644 --- a/.sure-version +++ b/.sure-version @@ -1 +1 @@ -0.7.1-alpha.10 +0.7.1-alpha.11 diff --git a/charts/sure/Chart.yaml b/charts/sure/Chart.yaml index 412a3c29e..7101091a8 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.1-alpha.10 -appVersion: "0.7.1-alpha.10" +version: 0.7.1-alpha.11 +appVersion: "0.7.1-alpha.11" kubeVersion: ">=1.25.0-0"