Skip to content

Commit 7756f5d

Browse files
authored
Final v0.6.9 release versioning
1 parent ef2627c commit 7756f5d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/sure/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: sure
33
description: Official Helm chart for deploying the Sure Rails app (web + Sidekiq) on Kubernetes with optional HA PostgreSQL (CloudNativePG) and Redis.
44
type: application
5-
version: 0.6.9-rc.4
6-
appVersion: "0.6.9-rc.4"
5+
version: 0.6.9
6+
appVersion: "0.6.9"
77

88
kubeVersion: ">=1.25.0-0"
99

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def commit_sha
1616

1717
private
1818
def semver
19-
"0.6.9-rc.4"
19+
"0.6.9"
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)