Still alpha.2 out there

This commit is contained in:
Juan José Mata
2026-02-02 16:15:14 +01:00
committed by GitHub
parent 2ac3f3dff0
commit 146d6203fd
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.8-alpha.3
appVersion: "0.6.8-alpha.3"
version: 0.6.8-alpha.2
appVersion: "0.6.8-alpha.2"
kubeVersion: ">=1.25.0-0"

View File

@@ -16,7 +16,7 @@ module Sure
private
def semver
"0.6.8-alpha.3"
"0.6.8-alpha.2"
end
end
end