Identifying Syntax for “helm repo add” Command

The View Download Package page shows an Add Repo Command button in the Helm Charts section. When clicked, the button shows the syntax and registry URL for the helm repo add command which is needed to add a local chart repository. This helps you and your end-users to determine the registry URL in cases where no images have been added yet.

The following shows the syntax of the helm repo add command:

helm repo add --username=<username> --password=<cli-secret> <repo-name>
<registry-hostname>/<path-to-project>/<project-name>

Here is an example command:

helm repo add --username=example-user --password=mypassword myrepo
https://container-registry.uat1102-uswest1.revenera.com/chartrepo/container-package-demo

For information about finding your registry secret, see Logging in to the Revenera Registry.

Tip:In the End-User Portal, the Add Repo Command button is located on the Downloads page.

See Also