mirror of
https://github.com/we-promise/sure.git
synced 2026-05-07 04:44:08 +00:00
Start the v0.6.7-alpha train
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -14,7 +14,7 @@ module Sure
|
||||
|
||||
private
|
||||
def semver
|
||||
"0.6.6"
|
||||
"0.6.7-alpha.1"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user