From 053d1c07218b405e41e96e82316e0b8a077d5c83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Mar 2026 18:40:42 +0000 Subject: [PATCH] Bump version to next iteration after v0.6.9-alpha.9 release --- charts/sure/Chart.yaml | 4 ++-- config/initializers/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/sure/Chart.yaml b/charts/sure/Chart.yaml index 8bb2490c8..760644ff8 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.9-alpha.9 -appVersion: "0.6.9-alpha.9" +version: 0.6.9-alpha.10 +appVersion: "0.6.9-alpha.10" kubeVersion: ">=1.25.0-0" diff --git a/config/initializers/version.rb b/config/initializers/version.rb index a2d3de281..50e216116 100644 --- a/config/initializers/version.rb +++ b/config/initializers/version.rb @@ -16,7 +16,7 @@ module Sure private def semver - "0.6.9-alpha.9" + "0.6.9-alpha.10" end end end