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: README.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,14 +204,21 @@ helm show values codefresh/codefresh
204
204
205
205
### Persistent services
206
206
207
-
The following table displays the list of **persistent** services created as part of the on-premises installation:
207
+
Codefresh relies on several persistent services to store its data:
208
208
209
-
| Database | Purpose | Required version |
210
-
| :--- | :---- | :--- |
211
-
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
212
-
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x or 17.x |
213
-
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
214
-
| RabbitMQ | Used for message queueing. | 3.13 \| 4.0.x |
209
+
- **MongoDB**: Stores all account data (account settings, users, projects, pipelines, builds etc.)
210
+
- **PostgreSQL**: Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database.
211
+
- **Redis**: Used for caching, and as a key-value store for cron trigger manager.
212
+
- **RabbitMQ**: Used for message queueing.
213
+
214
+
The following table reflects the recommended and supported versions of these databases for different Codefresh releases:
> Running on netfs (nfs, cifs) is not recommended.
217
224
@@ -2372,6 +2379,13 @@ For built-in RabbitMQ `bitnami/rabbitmq` subchart, pre-upgrade hook was added to
2372
2379
2373
2380
### To 2-9-0
2374
2381
2382
+
> [!WARNING]
2383
+
> **BREAKING CHANGES**
2384
+
>
2385
+
> Default DinD image has been upgraded to 28.x, which removes support for pushing and pulling with legacy image manifest v2 schema 1 ([ref](https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1)).
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.
Copy file name to clipboardExpand all lines: README.md.gotmpl
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -205,14 +205,21 @@ helm show values codefresh/codefresh
205
205
206
206
### Persistent services
207
207
208
-
The following table displays the list of **persistent** services created as part of the on-premises installation:
208
+
Codefresh relies on several persistent services to store its data:
209
209
210
-
| Database | Purpose | Required version |
211
-
| :--- | :---- | :--- |
212
-
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
213
-
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x or 17.x |
214
-
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
215
-
| RabbitMQ | Used for message queueing. | 3.13 \| 4.0.x |
210
+
- **MongoDB**: Stores all account data (account settings, users, projects, pipelines, builds etc.)
211
+
- **PostgreSQL**: Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database.
212
+
- **Redis**: Used for caching, and as a key-value store for cron trigger manager.
213
+
- **RabbitMQ**: Used for message queueing.
214
+
215
+
The following table reflects the recommended and supported versions of these databases for different Codefresh releases:
> Running on netfs (nfs, cifs) is not recommended.
218
225
@@ -2382,6 +2389,13 @@ For built-in RabbitMQ `bitnami/rabbitmq` subchart, pre-upgrade hook was added to
2382
2389
2383
2390
### To 2-9-0
2384
2391
2392
+
> [!WARNING]
2393
+
> **BREAKING CHANGES**
2394
+
>
2395
+
> Default DinD image has been upgraded to 28.x, which removes support for pushing and pulling with legacy image manifest v2 schema 1 ([ref](https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1)).
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.
0 commit comments