From 4f7a90745e86a516675a48433db37d5ead27e866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Wed, 31 Dec 2025 19:38:23 +0100 Subject: [PATCH] Start the v0.6.7-alpha train --- charts/sure/Chart.yaml | 4 ++-- charts/sure/values.yaml | 2 +- config/initializers/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/sure/Chart.yaml b/charts/sure/Chart.yaml index db3773538..f16dcb51d 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.6 -appVersion: "0.6.6" +version: 0.6.7-alpha +appVersion: "0.6.7-alpha" kubeVersion: ">=1.25.0-0" diff --git a/charts/sure/values.yaml b/charts/sure/values.yaml index aea5de0c1..23b5ad8d7 100644 --- a/charts/sure/values.yaml +++ b/charts/sure/values.yaml @@ -9,7 +9,7 @@ fullnameOverride: "" image: repository: ghcr.io/we-promise/sure - tag: "0.6.5" + tag: "0.6.6" pullPolicy: IfNotPresent # Optional: imagePullSecrets to pull from private registries imagePullSecrets: [] diff --git a/config/initializers/version.rb b/config/initializers/version.rb index 49ddd0616..7f6decb46 100644 --- a/config/initializers/version.rb +++ b/config/initializers/version.rb @@ -14,7 +14,7 @@ module Sure private def semver - "0.6.6" + "0.6.7-alpha.1" end end end