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

Commit4dfbd21

Browse files
committed
Update codefresh-on-prem.md
Added config.yaml updates for latest image versions
1 parent5579303 commit4dfbd21

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,60 @@ Edit k8s-agent/config.yaml and run:
278278
```
279279
kcfi deploy [ -c config.yaml ] [-n namespace]
280280
```
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
298+
appUrl: onprem.mydomain.com
299+
appProtocol: https
300+
301+
mongodbImage: bitnami/mongodb:3.6.13-r0
302+
303+
mongodb:
304+
image: bitnami/mongodb:3.6.13-r0
305+
podSecurityContext:
306+
enabled: false
307+
containerSecurityContext:
308+
enabled: false
309+
310+
redis:
311+
image: bitnami/redis:3.2.9-r2
312+
podSecurityContext:
313+
enabled: false
314+
containerSecurityContext:
315+
enabled: false
316+
317+
rabbitmq:
318+
image: bitnami/rabbitmq:3.7.2-r1
319+
podSecurityContext:
320+
enabled: false
321+
containerSecurityContext:
322+
enabled: false
323+
324+
postgresql:
325+
imageTag: 9.6.2
326+
327+
nats:
328+
imageTag: 0.9.4
329+
330+
consul:
331+
ImageTag: 1.0.0
332+
333+
...
334+
```
281335

282336
## Additional Configurations
283337

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp