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
+8-1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ cp -r keda/2.8.0 keda/2.9.0
22
22
## 3. Update KEDA CRDs
23
23
Update all KEDA CRDs in the newly (eg. `2.9.0`) created directory, get the up-to-date version from the release file mentioned in [step 1](#1-keda-release-yaml-file).
24
24
25
+
To update the `keda.sh_kedacontrollers.yaml` CRD, perform the following steps:
Update ClusterServiceVersion file in the newly (eg. `2.9.0`) created directory:
27
34
- rename the file to respect the version.
@@ -56,7 +63,7 @@ git push origin release290
56
63
57
64
## 8. Create KEDA release on GitHub
58
65
59
-
Creating a new release in the releases page (https://github.com/kedacore/keda/releases) will trigger a GitHub workflow which will create a new image with the latest code and tagged with the next version (in this example 2.9.0).
66
+
Creating a new release in the releases page (https://github.com/kedacore/keda-olm-operator/releases) will trigger a GitHub workflow which will create a new image with the latest code and tagged with the next version (in this example 2.9.0).
60
67
61
68
> Note: The Docker Hub repo with all the different images can be seen here: https://hub.docker.com/r/kedacore/keda-olm-operator/tags
0 commit comments