Downloading Helm Charts
To pull an image from the Revenera registry
1. | Log in to the Revenera registry, as described in Logging in to the Revenera Registry. |
2. | In a terminal window on the client machine running Helm, use a command like the following to pull an image from the Revenera registry: |
helm pull <repo-name><chart>
The following shows an example command:
helm pull demo-repo demo-chart
See Also