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
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,6 +278,60 @@ Edit k8s-agent/config.yaml and run:
278
278
```
279
279
kcfi deploy [ -c config.yaml ] [-n namespace]
280
280
```
281
+
## Get updated images for existing installations
282
+
If you already have Codefresh installed and are upgrading to the latest version, update the `config.yaml` for `kcfi` to get the latest images for these services:
283
+
284
+
* `cf-mongodb`
285
+
* `cf-redis`
286
+
* `cf-rabbitmq`
287
+
* `cf-postgresql`
288
+
* `cf-nats`
289
+
* `cf-consul`
290
+
291
+
> In the `config.yaml` below, if needed, replace the `bitnami` prefix with that of your private repo.
292
+
293
+
```yaml
294
+
...
295
+
296
+
global:
297
+
### Codefresh App domain name. appUrl is manadatory parameter