10.4 General Syntax of Commands

The following is the general syntax of the Helm commands that you can run to manage MicroTx.

helm action release_name --namespace namespace --reuse-values --values file.yaml chart_directory

General Command Actions

The following table describes the general actions that you can perform to manage MicroTx.

Action Description
upgrade Updates one or more values that you have defined for MicroTx in its values.yaml file.
uninstall Removes MicroTx from the Kubernetes cluster.

Command Parameter

Parameter Description
release_name Enter the name of the MicroTx application on which you want to perform an action, such as update. You provided this name while installing the application.

Command Options

The following table describes the general actions that you can perform on Transaction Coordinating Server.

Option Description
namespace Enter the Kubernetes namespace where you have deployed MicroTx. Example, otmm.
reuse-values Specify this option to modify only those values which you specify in the YAML file while retaining all the other values as is.
values Enter the name of the YAML file that you have created which contains the values that you want to modify. Example, file_updated_values.yaml.
chart_directory Specify the location of the folder that contains the chart.yaml file for the MicroTx application. Example, installation_directory\otmm-RELEASE\otmm\helmcharts.