File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1082,10 +1082,11 @@ Notice that only `kfci` should be used for Codefresh upgrades. If you still have
1082
1082
1083
1083
### Internal Docker Registry deprecation
1084
1084
1085
- Since 1.0.205 release Codefresh deprecates internal docker registry `cf-registry`.<br />
1086
- It's no longer be possible to use it for pull/push as target `cf-registry.codefresh.svc:5000` registry.
1085
+ From version 1.0.205, Codefresh has deprecated the internal Docker registry `cf-registry`.
1087
1086
1088
- >**Not recommended!** <br /> If for some reason you have to keep it, you can specify `registry.enabled` in kcfi `config.yaml`:
1087
+ The internal Docker regsitry cannot be used as a target registry, `cf-registry.codefresh.svc:5000`, for pull/push steps.
1088
+
1089
+ >**Not recommended!** <br /> If for some reason you need to retain this, specify `registry.enabled` in kcfi `config.yaml`:
1089
1090
```yaml
1090
1091
registry:
1091
1092
enabled: true
You can’t perform that action at this time.
0 commit comments