We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2627c commit 7756f5dCopy full SHA for 7756f5d
2 files changed
charts/sure/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: sure
3
description: Official Helm chart for deploying the Sure Rails app (web + Sidekiq) on Kubernetes with optional HA PostgreSQL (CloudNativePG) and Redis.
4
type: application
5
-version: 0.6.9-rc.4
6
-appVersion: "0.6.9-rc.4"
+version: 0.6.9
+appVersion: "0.6.9"
7
8
kubeVersion: ">=1.25.0-0"
9
config/initializers/version.rb
@@ -16,7 +16,7 @@ def commit_sha
16
17
private
18
def semver
19
- "0.6.9-rc.4"
+ "0.6.9"
20
end
21
22
0 commit comments