Skip to content

Commit de983b0

Browse files
onprem: 2.8.0
1 parent f93f230 commit de983b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codefresh/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![Version: 2.8.0-rc.3](https://img.shields.io/badge/Version-2.8.0--rc.3-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
3+
![Version: 2.8.0](https://img.shields.io/badge/Version-2.8.0-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
66

@@ -205,7 +205,7 @@ The following table displays the list of **persistent** services created as part
205205
| Database | Purpose | Required version |
206206
| :--- | :---- | :--- |
207207
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
208-
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 17.x |
208+
| 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 |
209209
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
210210
| RabbitMQ | Used for message queueing. | 4.0.x |
211211

@@ -2166,6 +2166,8 @@ Default PostgreSQL image is changed from 13.x to 17.x
21662166

21672167
If you run external PostgreSQL, follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
21682168

2169+
⚠️ ⚠️ ⚠️ 16.x version is also supported (17.x version of PostgreSQL is still in preview on multiple cloud providers)
2170+
21692171
⚠️ ⚠️ ⚠️ If you run built-in PostgreSQL `bitnami/postgresql` subchart, direct upgrade is not supported due to **incompatible breaking changes** in the database files. You will see the following error in the logs:
21702172
```
21712173
postgresql 17:36:28.41 INFO ==> ** Starting PostgreSQL **

0 commit comments

Comments
 (0)