You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE-PROCESS.MD
+7-7
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,12 @@ The Docker Hub repo with all the different images can be seen here: https://hub.
29
29
30
30
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.
31
31
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**
33
38
34
39
a). Update the version and appVersion here: https://github.com/kedacore/charts/blob/master/keda/Chart.yaml
35
40
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
0 commit comments