Skip to content

Commit dbf4e00

Browse files
committed
feat: add compatibility table for onprem services
1 parent db8cfd7 commit dbf4e00

File tree

1 file changed

+35
-6
lines changed

1 file changed

+35
-6
lines changed

README.md.gotmpl

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,43 @@ helm show values codefresh/codefresh
205205

206206
### Persistent services
207207

208-
The following table displays the list of **persistent** services created as part of the on-premises installation:
208+
The following table displays the list of **persistent** services created as part of the on-premises installation (for each Codefresh version):
209209

210-
| Database | Purpose | Recommended version | Minimum supported version |
211-
| :--- | :---- | :--- | :--- |
212-
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x | 5.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 \| 17.x | 15.x |
210+
#### 2.9
211+
212+
| Database | Purpose | Recommended version | Supported versions |
213+
| :--- | :---- | :--- | :--- |
214+
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x (`featureCompatibilityVersion: 7.0`) | \>=4.2 \<=7.x |
215+
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 17.x | \>= 16.x \<= 17.x |
216+
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.4.x | \>= 7.0.x \<= 7.4.x |
217+
| RabbitMQ | Used for message queueing. | 4.1.x | 3.13.x \| 4.0.x \| 4.1.x |
218+
219+
#### 2.8
220+
221+
| Database | Purpose | Recommended version | Supported versions |
222+
| :--- | :---- | :--- | :--- |
223+
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x (`featureCompatibilityVersion: 6.0`) | \>=4.2 \<=7.x |
224+
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x \| 17.x | \>= 13.x \<= 17.x |
225+
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.4.x | \>= 7.0.x \<= 7.4.x |
226+
| RabbitMQ | Used for message queueing. | 4.0.x | 3.13.x \| 4.0.x \| 4.1.x |
227+
228+
#### 2.7
229+
230+
| Database | Purpose | Recommended version | Supported versions |
231+
| :--- | :---- | :--- | :--- |
232+
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 6.x (`featureCompatibilityVersion: 6.0`) | \>=4.2 \<=6.x |
233+
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 13.x | 13.x |
234+
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x | 7.0.x |
235+
| RabbitMQ | Used for message queueing. | 3.13.x | 3.13.x |
236+
237+
#### 2.6
238+
239+
| Database | Purpose | Recommended version | Supported versions |
240+
| :--- | :---- | :--- | :--- |
241+
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 6.x (`featureCompatibilityVersion: 5.0`) | \>=4.2 \<=6.x |
242+
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 13.x | 13.x |
214243
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x | 7.0.x |
215-
| RabbitMQ | Used for message queueing. | 3.13 \| 4.0.x \| 4.1.x | 3.13 |
244+
| RabbitMQ | Used for message queueing. | 3.13.x | 3.13.x |
216245

217246
> Running on netfs (nfs, cifs) is not recommended.
218247

0 commit comments

Comments
 (0)