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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,12 @@ You have the option to install by using Helm, which will install/upgrade the cha
92
92
Define either**helm** as your preferred installation method in the`config.yaml`:
93
93
94
94
```yaml
95
+
metadata:
95
96
installer:
96
-
# type:
97
-
# "helm" - install/upgrade helm chart from client
97
+
type:helm
98
+
helm:
99
+
chart:codefresh
100
+
repoUrl:https://chartmuseum.codefresh.io/codefresh# install/upgrade helm chart from client
98
101
```
99
102
100
103
If you install Codefresh on the air-gapped environment (without access to public Docker Hub or codefresh-enterprise registry) you will have to copy the images to your organization container registry (Kubernetes will pull the images from it as part of the installation).