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.gotmpl
+35-6Lines changed: 35 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -205,14 +205,43 @@ 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
+
The following table displays the list of **persistent** services created as part of the on-premises installation (for each Codefresh version):
209
209
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 |
| 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 |
| 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 |
| 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 |
| 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 |
214
243
| 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 |
216
245
217
246
> Running on netfs (nfs, cifs) is not recommended.
0 commit comments