From cf1b365ceb8cbd3e66144412bb495cffe866d979 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Tue, 16 Nov 2021 09:47:42 +0100 Subject: [PATCH] docs: Provide emphasize on preparing our Helm chart (#2288) * docs: Provide emphasize on preparing our Helm chart Signed-off-by: Tom Kerkhove * Rebase main Signed-off-by: Tom Kerkhove --- RELEASE-PROCESS.MD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/RELEASE-PROCESS.MD b/RELEASE-PROCESS.MD index 75007b319be..aac31672b12 100644 --- a/RELEASE-PROCESS.MD +++ b/RELEASE-PROCESS.MD @@ -65,9 +65,14 @@ Learn how to deploy KEDA by reading [our documentation](https://keda.sh/docs/INS - ``` -## 5. Update Helm Charts +## 5. Prepare our Helm Chart -Update the `version` and `appVersion` in our [chart definition](https://github.com/kedacore/charts/blob/master/keda/Chart.yaml). +Before we can release our new Helm chart version, we need to prepare it: + +- Update the `version` and `appVersion` in our [chart definition](https://github.com/kedacore/charts/blob/master/keda/Chart.yaml). +- Update the CRDs & Kubernetes resources based on the release artifact (YAML) + +## 6. Ship new Helm chart Guidance on how to release it can be found in our [contribution guide](https://github.com/kedacore/charts/blob/master/CONTRIBUTING.md#shipping-a-new-version). @@ -77,10 +82,6 @@ Update the following file: https://github.com/Azure/azure-functions-core-tools/blob/v3.x/src/Azure.Functions.Cli/StaticResources/keda-v2.yaml [Search for 1.1.0 etc. and replace it] -## 6. Create Helm release on GitHub - -Create Helm release on GitHub with changelog of what changed to our Helm chart. - ## 7. Prepare next release Prepare next release by creating a [new GitHub milestone](https://github.com/kedacore/keda/milestones/new) called `v{upcoming-semver-version}` with a target date in 3 months as per our [release governance](https://github.com/kedacore/governance/blob/main/RELEASES.md).