diff --git a/images/odc_helm_chart_select_chart_ver.png b/images/odc_helm_chart_select_chart_ver.png new file mode 100644 index 0000000000..6d7b52aa2d Binary files /dev/null and b/images/odc_helm_chart_select_chart_ver.png differ diff --git a/modules/odc-installing-helm-charts.adoc b/modules/odc-installing-helm-charts.adoc index 7794fc5e9e..73bcd5c60a 100644 --- a/modules/odc-installing-helm-charts.adoc +++ b/modules/odc-installing-helm-charts.adoc @@ -10,7 +10,7 @@ You can use either the *Developer* perspective or the CLI to create Helm release .Procedure To create Helm releases from the Helm charts provided in the *Developer Catalog*: -. In the *Developer* perspective, navigate to the *Add* view and select the *Helm Chart* option to see all the Helm Charts in the *Developer Catalog*. +. In the *Developer* perspective, navigate to the *+Add* view and select a project. Then click *Helm Chart* option to see all the Helm Charts in the *Developer Catalog*. . Select a chart and read the description, README, and other details about the chart. . Click *Install Helm Chart*. + @@ -19,7 +19,14 @@ image::odc_helm_chart_devcatalog.png[] + . In the *Install Helm Chart* page: .. Enter a unique name for the release in the *Release Name* field. -.. Optionally, in the YAML editor, modify the YAML file. -. Click *Install* to create a Helm release. You will be redirected to the *Topology* view where the release is displayed. If the Helm chart has release notes, the chart is pre-selected and the right panel displays the release notes for that release. +.. Select the required chart version from the *Chart Version* drop-down list. +.. Configure your Helm chart by using the *Form View* or the *YAML View*. ++ +[NOTE] +==== +Where available, you can switch between the *YAML View* and *Form View*. The data is persisted when switching between the views. +==== ++ +.. Click *Install* to create a Helm release. You will be redirected to the *Topology* view where the release is displayed. If the Helm chart has release notes, the chart is pre-selected and the right panel displays the release notes for that release. -If required, you can now use the *Actions* button on the side panel or right-click the Helm release to upgrade, rollback, or uninstall the Helm release. +You can upgrade, rollback, or uninstall a Helm release by using the *Actions* button on the side panel or by right-clicking a Helm release.