Skip to content

Commit

Permalink
docs: Provide emphasize on preparing our Helm chart (#2288)
Browse files Browse the repository at this point in the history
* docs: Provide emphasize on preparing our Helm chart

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Rebase main

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove committed Nov 16, 2021
1 parent d5b2933 commit cf1b365
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions RELEASE-PROCESS.MD
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,14 @@ Learn how to deploy KEDA by reading [our documentation](https://keda.sh/docs/INS
- <list items>
```

## 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).

Expand All @@ -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).

0 comments on commit cf1b365

Please sign in to comment.