Upgrading CEE Products

To upgrade the CEE products, use the following configurations:

  1. Access the CEE Ops Center through the ingress URL.

    
    https://cli.cee-global-ops-center.<ipv4_address>.<customer_specific_domain_name> 
    

    NOTES:

    • customer_specific_domain_name - Specifies the name of the domain specific to the customer.

  2. Use the following configuration to update the CEE products chart URL.

    configure 
                helm default-repository repo_name 
                helm repository repo_name 
                url cee_product_chart_url 
                username username 
                password password 
                exit 
             commit 
    

    NOTES:

    • customer_specific_domain_name - Specifies the name of the domain specific to the customer.

    • helm default-repository repo_name - Specifies the default helm repository name.

    • helm repository repo_name - Specifies the name of the helm repository to update.

    • url cee_product_chart_url - Specifies the product chart URL. For example, http://charts.<ipv4address>.<domain_name>/cee-2019-09-13/

    • username username - Specifies the user name.

    • password password - Specifies the password.

    • commit - Commits the configuration changes.