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: _docs/administration/codefresh-on-prem.md
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,8 +360,8 @@ The following table displays the list of databases created as part of the instal
360
360
| Database | Purpose | Latest supported version |
361
361
|----------|---------| ---------------|
362
362
| mongoDB | storing all account data (account settings, users, projects, pipelines, builds etc.) | 4.2.x |
363
-
| postgresql | storing data about events that happened on the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. |9.6.x |
364
-
| redis | mainly used for caching, but also used as a key-value store for our trigger manager. |3.2.x |
363
+
| postgresql | storing data about events that happened on the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. |13.x |
364
+
| redis | mainly used for caching, but also used as a key-value store for our trigger manager. |6.0.x |
365
365
366
366
#### Volumes
367
367
@@ -1106,7 +1106,9 @@ global:
1106
1106
mongodb:
1107
1107
image: bitnami/mongodb:3.6.13-r0
1108
1108
podSecurityContext:
1109
-
enabled: false
1109
+
enabled: true
1110
+
runAsUser: 0
1111
+
fsGroup: 0
1110
1112
containerSecurityContext:
1111
1113
enabled: false
1112
1114
@@ -1118,7 +1120,7 @@ redis:
1118
1120
enabled: false
1119
1121
1120
1122
rabbitmq:
1121
-
image:bitnami/rabbitmq:3.7.2-r1
1123
+
image: bitnami/rabbitmq:3.7.2-r1
1122
1124
podSecurityContext:
1123
1125
enabled: false
1124
1126
containerSecurityContext:
@@ -1133,19 +1135,8 @@ nats:
1133
1135
consul:
1134
1136
ImageTag: 1.0.0
1135
1137
1136
-
...
1137
-
```
1138
-
1139
-
###Internal Docker Registry deprecation
1140
1138
1141
-
From version 1.0.205, Codefresh has deprecated the internal Docker registry`cf-registry`.
1142
-
1143
-
The internal Docker registry cannot be used as a target registry,`cf-registry.codefresh.svc:5000`, for pull/push steps.
1144
-
1145
-
>**Not recommended!** <br /> If you need to retain the`cf-registry`, specify`registry.enabled` in kcfi`config.yaml`: