Electronic Software Delivery Features & Enhancements in 2022.09
The following Electronic Software Delivery (ESD) feature was added in the 2022.09 release.
Producer Portal Shows Registry URL for Helm Repository Management
Similar to the End-User Portal, the Producer Portal now has an Add Repo Command button on the Downloads page 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 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