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

Update codefresh-on-prem.md#407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 1 commit intomasterfromclassic-images-updates
Apr 13, 2022
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 7 additions & 16 deletions_docs/administration/codefresh-on-prem.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -360,8 +360,8 @@ The following table displays the list of databases created as part of the instal
| Database | Purpose | Latest supported version |
|----------|---------| ---------------|
| mongoDB | storing all account data (account settings, users, projects, pipelines, builds etc.) | 4.2.x |
| 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 |
| redis | mainly used for caching, but also used as a key-value store for our trigger manager. |3.2.x |
| 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 |
| redis | mainly used for caching, but also used as a key-value store for our trigger manager. |6.0.x |

#### Volumes

Expand DownExpand Up@@ -1106,7 +1106,9 @@ global:
mongodb:
image: bitnami/mongodb:3.6.13-r0
podSecurityContext:
enabled: false
enabled: true
runAsUser: 0
fsGroup: 0
containerSecurityContext:
enabled: false

Expand All@@ -1118,7 +1120,7 @@ redis:
enabled: false

rabbitmq:
image:bitnami/rabbitmq:3.7.2-r1
image: bitnami/rabbitmq:3.7.2-r1
podSecurityContext:
enabled: false
containerSecurityContext:
Expand All@@ -1133,19 +1135,8 @@ nats:
consul:
ImageTag: 1.0.0

...
```

### Internal Docker Registry deprecation

From version 1.0.205, Codefresh has deprecated the internal Docker registry `cf-registry`.

The internal Docker registry cannot be used as a target registry, `cf-registry.codefresh.svc:5000`, for pull/push steps.

>**Not recommended!** <br /> If you need to retain the `cf-registry`, specify `registry.enabled` in kcfi `config.yaml`:
```yaml
registry:
enabled: true
...
```

## Common Problems, Solutions, and Dependencies
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp