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
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
6
6
@@ -50,6 +50,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
50
50
-[To 2.7.0](#to-2-7-0)
51
51
-[To 2.8.0](#to-2-8-0)
52
52
-[To 2.9.0](#to-2-9-0)
53
+
-[To 2.9.9](#to-2-9-9)
53
54
-[Rollback](#rollback)
54
55
-[Troubleshooting](#troubleshooting)
55
56
-[Values](#values)
@@ -2385,6 +2386,12 @@ For built-in RabbitMQ `bitnami/rabbitmq` subchart, pre-upgrade hook was added to
2385
2386
>
2386
2387
> Before upgrading Codefresh, please follow the instruction in [this doc](https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/) to identify deprecated images, upgrade them, and then proceed with upgrading the platform.
2387
2388
2389
+
### To 2-9-9
2390
+
2391
+
> **BREAKING CHANGES in Default Runtime**
2392
+
>
2393
+
> Default Runtime (`system/default`) drops support for Kubernetes versions older than 1.32 in `deploy` step ([docs](https://codefresh.io/docs/docs/pipelines/steps/deploy/)). Supported versions are: 1.34, 1.33, 1.32.
Copy file name to clipboardExpand all lines: README.md.gotmpl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
50
50
- [To 2.7.0](#to-2-7-0)
51
51
- [To 2.8.0](#to-2-8-0)
52
52
- [To 2.9.0](#to-2-9-0)
53
+
- [To 2.9.9](#to-2-9-9)
53
54
- [Rollback](#rollback)
54
55
- [Troubleshooting](#troubleshooting)
55
56
- [Values](#values)
@@ -2395,6 +2396,12 @@ For built-in RabbitMQ `bitnami/rabbitmq` subchart, pre-upgrade hook was added to
2395
2396
>
2396
2397
> Before upgrading Codefresh, please follow the instruction in [this doc](https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/) to identify deprecated images, upgrade them, and then proceed with upgrading the platform.
2397
2398
2399
+
### To 2-9-9
2400
+
2401
+
> **BREAKING CHANGES in Default Runtime**
2402
+
>
2403
+
> Default Runtime (`system/default`) drops support for Kubernetes versions older than 1.32 in `deploy` step ([docs](https://codefresh.io/docs/docs/pipelines/steps/deploy/)). Supported versions are: 1.34, 1.33, 1.32.
0 commit comments