Electronic Software Delivery Features & Enhancements in 2022.08

The following Electronic Software Delivery (ESD) feature was added in the 2022.08 release.

End-User Portal Shows Registry URL for Helm Repository Management

In the End-User Portal, the Downloads page now shows a new 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 end-users and producers to determine the registry URL in cases where no charts 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