Final v0.6.9 release versioning

This commit is contained in:
Juan José Mata
2026-03-31 17:59:03 +02:00
committed by GitHub
parent ef2627c186
commit 7756f5d302
2 changed files with 3 additions and 3 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.9-rc.4
appVersion: "0.6.9-rc.4"
version: 0.6.9
appVersion: "0.6.9"
kubeVersion: ">=1.25.0-0"

View File

@@ -16,7 +16,7 @@ module Sure
private
def semver
"0.6.9-rc.4"
"0.6.9"
end
end
end