PureDevOps Community

Helm release upgrade from local cli to the cluster

To perform a helm release upgrade using the CLI, run the following command provided:
helm upgrade <release name> <chart directory> -f my-values.yaml using the configuration specified in the customized values.yaml file.