The page has been translated by Gen AI.

Helm Install

Users can use the Helm Install menu to view and install project charts, project group charts, tenant charts, and system charts.

Getting Started with Helm Install

To start using Helm Install, follow these steps:

  1. Main page, click the Project card. Move to the Project Dashboard page.
  2. In the left menu, click Build/Deploy > Helm Install. The Helm Install page opens.
ItemDescription
K8S ClusterSelect the K8S cluster that will be the target for Helm Install.
The list of Helm charts below will only show charts that can be installed in the selected K8S cluster.
Chart NameDisplays the chart name.
Chart RepositoryDisplays the chart repository information where the Helm chart file is stored.
Table. Helm Install screen items

Viewing Helm Chart Details

To view Helm chart details, follow these steps:

  1. Main page, click the Project card.
  2. In the left menu, click Build/Deploy > Helm Install. The Helm Install page opens.
  3. In the Helm Install page, select the K8S cluster where you want to install from the K8S cluster item. The list of Helm charts belonging to the cluster appears.
  4. In the Helm Chart list, click the Helm chart card you want to view in detail. The Helm Chart Detail page opens.

Viewing Helm Chart Details

ItemDescription
VersionIf there are multiple versions, you can select the desired version.
DownloadYou can download the Helm chart file to your PC.
Helm InstallYou can install Helm.
Table. Helm chart detail screen items

Summary Tab

Displays the README.md file included in the Helm chart. You can check the information provided by the chart author.

Values.yaml Tab

Displays the values.yaml file included in the Helm chart. You can check the values that can be changed in the chart before Helm installation.

Detail Info Tab

Item
Description
Helm Chart Repository InformationDisplays the repository where the Helm chart is stored.
Api VersionDisplays the API version of the Helm chart.
  • v1
  • v2
Support CI/CDDisplays whether it is possible to select the Helm chart type as Helm Release in the Deploy to K8S stage when creating a build pipeline.
New Installation Allowed
  • Y: New installation (Helm Install) is possible.
  • N: New installation (Helm Install) is not possible with the current Helm chart, and only existing installed Helm releases can be used.
Chart ImagesDisplays the image information used in the Helm chart.
Table. Detail info tab query items

Installing Helm

To install Helm, follow these steps:

  1. In the Helm Install page, select the K8S cluster where you want to install from the K8S cluster item. The list of Helm charts belonging to the cluster appears.
  2. In the Helm Install page, click the Helm chart card you want to view in detail. The Helm Chart Detail page opens.
  3. In the Helm Chart Detail page, click the Helm Install button. The Helm Install page opens.
  4. In the Helm Install page, enter each item on the screen and click the Next button. The Helm Chart Installation popup window opens.
  5. In the Helm Chart Installation popup window, check the contents and click the Run button to complete the Helm installation.
  6. Once the installation is complete, the Kubernetes Deployment page opens automatically.
Item
Description
Release NameEnter the name to be used in Helm.
It must be unique and cannot be duplicated within the namespace.
TypeDevelopment, operation
VersionSelect the version of the chart you want to install.
K8S ClusterDisplays the target K8S cluster where Helm will be installed.
Changes are not possible, and if you want to change, select the K8S cluster in Getting Started with Helm Install.
NamespaceSelect the target namespace where Helm will be installed from the list.
Reference InformationReference information provided by the selected K8S cluster.
You can check detailed information by clicking each tab.
Default Values.yaml included in the ChartYou can modify the values.yaml content to install Helm with the desired value.
If necessary, check the reference information and modify the values.yaml with the corresponding value.
Table. General Helm chart installation screen items
Item
Description
Release NameEnter the name to be used in Helm.
It must be unique and cannot be duplicated within the namespace.
TypeDevelopment, operation
VersionSelect the version of the chart you want to install.
K8S ClusterDisplays the target K8S cluster where Helm will be installed.
Changes are not possible, and if you want to change, select the K8S cluster in Getting Started with Helm Install.
NamespaceSelect the target namespace where Helm will be installed from the list.
Reference InformationReference information provided by the selected K8S cluster.
You can check detailed information by clicking each tab.
Default Values.yaml included in the ChartYou can modify the values.yaml content to install Helm with the desired value.
If necessary, check the reference information and modify the values.yaml with the corresponding value.
Input Type
  • Form: Enter the items displayed on the screen. The input type item is only displayed in Helm charts that support form input. For Helm chart authors who support form input, see Creating a Helm chart that supports form input.
  • Values.yaml: Modify the value in the general yaml editor screen.
Form/Values.yaml input can be switched, but the previously entered content will be initialized.
Form InputThe screen displayed when the input type is selected as Form, check each item, and enter the value. After entering, click the Validation Check button to verify the input value.
Table. Form input-supported Helm chart installation screen items
VM Deployment
Ingress/Service Management