Uploading Containerized Applications 
                                                
                                                
                                                    
Note:
                                                    
Important:
                                                    
                                                    
                                                    
Important:
                                                    
                                                    
| 1. |  | 
| 2. |  | 
                                                    
                                                    
                                                    
                                                    
| 3. |  | 
                                                    
                                                    
                                                    
                                                    
Important:You must have a Helm client (CLI) installed to perform the steps in this section.
To push a Helm chart to the Revenera registry
| 1. | Use a command like the following to add a repository: | 
helm repo add --username=<username> --password=<cli-secret
The following shows an example command:
helm repo add --username=example-user --password=password demo-repo https://container-registry.uat-1234.revenera.com/chartrepo/demo-project
| 2. | Then use a command like the following to share a Helm chart to the Revenera registry: | 
helm push --username=<username> --
The following shows an example command:
helm push --username=example-user --password=password demo-chart demo-repo