Upgrade the Helm chart
Learn how to upgrade the Helm chart for the on-prem Harness Self-Managed Enterprise Edition.
Use the following instructions to upgrade the chart to a new release.
Use the following command to obtain the release name for the earlier release.
$ helm ls -n <namespace>Retrieve the values for the earlier release.
$ helm get values my-release > old_values.yamlChange the values of the
old\_values.yamlfile as required.Use the
helm upgradecommand to update the chart for youroverride-demo.yamlfile oroverride-prod.yamlfile.$ helm upgrade my-release harness/harness -n <namespace> -f override-demo.yaml -f old_values.yaml$ helm upgrade my-release harness/harness -n <namespace> -f override-prod.yaml -f old_values.yaml
Last updated
Was this helpful?