Start the v0.6.7-alpha train

This commit is contained in:
Juan José Mata
2025-12-31 19:38:23 +01:00
committed by GitHub
parent 7862823da6
commit 4f7a90745e
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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: []

View File

@@ -14,7 +14,7 @@ module Sure
private
def semver
"0.6.6"
"0.6.7-alpha.1"
end
end
end