From 5fa1c034b4049ddab49dc43ebbaeb44ef432d1b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 May 2026 23:12:24 +0000 Subject: [PATCH] Bump version to next iteration after v0.7.1-alpha.4 release --- .sure-version | 2 +- charts/sure/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.sure-version b/.sure-version index 4d6e7badd..af1f9c7b6 100644 --- a/.sure-version +++ b/.sure-version @@ -1 +1 @@ -0.7.1-alpha.4 +0.7.1-alpha.5 diff --git a/charts/sure/Chart.yaml b/charts/sure/Chart.yaml index f16faaa46..8f8dad3c3 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.4 -appVersion: "0.7.1-alpha.4" +version: 0.7.1-alpha.5 +appVersion: "0.7.1-alpha.5" kubeVersion: ">=1.25.0-0"