Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitefea3ee

Browse files
authored
Merge pull requestcodefresh-io#407 from codefresh-io/classic-images-updates
Update codefresh-on-prem.md
2 parentscc0bdba +a5d31b8 commitefea3ee

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

‎_docs/administration/codefresh-on-prem.md‎

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ The following table displays the list of databases created as part of the instal
360360
| Database | Purpose | Latest supported version |
361361
|----------|---------| ---------------|
362362
| 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 |
365365

366366
#### Volumes
367367

@@ -1106,7 +1106,9 @@ global:
11061106
mongodb:
11071107
image: bitnami/mongodb:3.6.13-r0
11081108
podSecurityContext:
1109-
enabled: false
1109+
enabled: true
1110+
runAsUser: 0
1111+
fsGroup: 0
11101112
containerSecurityContext:
11111113
enabled: false
11121114
@@ -1118,7 +1120,7 @@ redis:
11181120
enabled: false
11191121
11201122
rabbitmq:
1121-
image:bitnami/rabbitmq:3.7.2-r1
1123+
image: bitnami/rabbitmq:3.7.2-r1
11221124
podSecurityContext:
11231125
enabled: false
11241126
containerSecurityContext:
@@ -1133,19 +1135,8 @@ nats:
11331135
consul:
11341136
ImageTag: 1.0.0
11351137
1136-
...
1137-
```
1138-
1139-
###Internal Docker Registry deprecation
11401138
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`:
1146-
```yaml
1147-
registry:
1148-
enabled:true
1139+
...
11491140
```
11501141

11511142
##Common Problems, Solutions, and Dependencies

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp