diff --git a/charts/draftd/Chart.yaml b/charts/draftd/Chart.yaml index 4d581a8..882bca2 100644 --- a/charts/draftd/Chart.yaml +++ b/charts/draftd/Chart.yaml @@ -1,4 +1,4 @@ name: draftd description: The Draft server -version: v0.9.0-rc1 +version: v0.9.0 apiVersion: v1 diff --git a/charts/draftd/values.yaml b/charts/draftd/values.yaml index 9b3b20d..f7c76f5 100644 --- a/charts/draftd/values.yaml +++ b/charts/draftd/values.yaml @@ -5,7 +5,7 @@ basedomain: example.com replicaCount: 1 image: repository: microsoft/draft - tag: v0.9.0-rc1 + tag: v0.9.0 pullPolicy: IfNotPresent debug: false service: diff --git a/pkg/version/version.go b/pkg/version/version.go index cac86d8..1f38132 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -21,7 +21,7 @@ var ( // Increment major number for new feature additions and behavioral changes. // Increment minor number for bug fixes and performance enhancements. // Increment patch number for critical fixes to existing releases. - Release = "v0.9.0-rc1" + Release = "v0.9.0" // BuildMetadata is extra build time data BuildMetadata = ""