Fix version number of v0.7.0-alpha-* builds

This commit is contained in:
Juan José Mata
2026-04-06 00:34:42 +02:00
committed by GitHub
parent 78b334277c
commit 38d2ac21d0
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ apiVersion: v2
name: sure name: sure
description: Official Helm chart for deploying the Sure Rails app (web + Sidekiq) on Kubernetes with optional HA PostgreSQL (CloudNativePG) and Redis. description: Official Helm chart for deploying the Sure Rails app (web + Sidekiq) on Kubernetes with optional HA PostgreSQL (CloudNativePG) and Redis.
type: application type: application
version: 0.6.9-alpha.10 version: 0.7.0-alpha.2
appVersion: "0.6.9-alpha.10" appVersion: "0.7.0-alpha.2"
kubeVersion: ">=1.25.0-0" kubeVersion: ">=1.25.0-0"

View File

@@ -16,7 +16,7 @@ module Sure
private private
def semver def semver
"0.6.9-alpha.10" "0.7.0-alpha.2"
end end
end end
end end