Skip to content

Commit 1ec79ec

Browse files
authored
Release Process - Upload release packages before Helm rollout (#786)
Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 781a039 commit 1ec79ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

RELEASE-PROCESS.MD

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ The Docker Hub repo with all the different images can be seen here: https://hub.
2929

3030
Creating a new release in the the releases page (https://github.com/kedacore/keda/release) will trigger a GitHub workflow which will create a new image with the latest code and tagged with the next version (in this example 1.2.0) and also change the latest tag to point to this image as well.
3131

32-
**4) Update Helm Charts**
32+
**4) Upload release packages**
33+
34+
When a new GitHub release is created, upload the tar.gz and zip release package files generated during the release process.
35+
They are named like `keda-$(VERSION).zip` and `keda-$(VERSION).tar.gz`.
36+
37+
**5) Update Helm Charts**
3338

3439
a). Update the version and appVersion here: https://github.com/kedacore/charts/blob/master/keda/Chart.yaml
3540
b). In the image section update the keda and metricsAdapter to point to the docker images from step 1 https://github.com/kedacore/charts/blob/master/keda/values.yaml
@@ -42,11 +47,6 @@ Update the following file:
4247
https://github.com/Azure/azure-functions-core-tools/blob/dev/src/Azure.Functions.Cli/StaticResources/keda.yaml
4348
[Search for 1.1.0 etc. and replace it]
4449

45-
**5) Create Helm release on GitHub**
50+
**6) Create Helm release on GitHub**
4651

4752
Create Helm release on GitHub with changelog of what changed to our Helm chart.
48-
49-
**6) Upload release packages**
50-
51-
When a new GitHub release is created, upload the tar.gz and zip release package files generated during the release process.
52-
They are named like `keda-$(VERSION).zip` and `keda-$(VERSION).tar.gz`.

0 commit comments

Comments
 (0)