Skip to content

Commit 4e6c83b

Browse files
Merge pull request codefresh-io#480 from codefresh-io/onprem-doc-patch-1
Update codefresh-on-prem-upgrade.md
2 parents c859e5d + fd7c1df commit 4e6c83b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ redis:
380380
helm:
381381
chart: codefresh
382382
repoUrl: https://chartmuseum.codefresh.io/codefresh
383-
version: 1.2.12
383+
version: 1.2.14
384384
```
385385
1. Perform a dry run and verify that there are no errors:
386386
`kcfi deploy --dry-run --debug -c codefresh/config.yaml`
@@ -447,11 +447,11 @@ localhost:5000/codefresh/pipeline-manager:3.121.7
447447

448448
> Prerequisites: sa.json to access Codefresh Enterprise GCR
449449

450-
`kcfi images push --codefresh-registry-secret sa.json --images-list images-list-v1.2.12 --registry localhost:5000 --user "root" --password "root"`
450+
`kcfi images push --codefresh-registry-secret sa.json --images-list images-list-v1.2.14 --registry localhost:5000 --user "root" --password "root"`
451451

452452
- To push images via [push-to-registry.sh](https://github.com/codefresh-io/onprem-images/blob/master/push-to-registry.sh) script use (see [prerequisites](https://github.com/codefresh-io/onprem-images#prerequesites)):
453453

454-
`./push-to-registry.sh localhost:5000 v1.2.12`
454+
`./push-to-registry.sh localhost:5000 v1.2.14`
455455

456456
**Install/Upgrade Codefresh with private docker registry config**
457457

@@ -471,4 +471,4 @@ images:
471471
address: myartifactory.com
472472
username:
473473
password:
474-
```
474+
```

0 commit comments

Comments
 (0)