The page has been translated by Gen AI.

Chart Repository

Users can upload and delete Helm-created charts to the chart repository.

Charts uploaded to the chart repository are used in Add Helm Chart and are utilized during helm install or when creating a project.

Getting Started with Chart Repository

To begin managing the chart repository, follow these steps.

  1. Click the Admin icon at the top right of the Main page. You will be taken to the Tenant Dashboard page.
  2. From the left menu, click the Tools & Templates > Chart Repository menu. The Chart Repository screen appears.

Getting Started with Project Chart Repository

Note
You can upload, edit, or delete charts that are usable only within the project in the chart repository.
  1. Click the Project card on the Main page. You will be taken to the Project Dashboard page.
  2. In the left menu, click the Repository > Chart Repository menu. You will be taken to the Chart Repository page.

Upload Chart

Reference
For detailed information about Chart.yaml, refer to the Helm official page.

Registration information is automatically generated based on the name and version of the uploaded chart’s Chart.yaml file.

To upload a chart to the chart repository, follow these steps.

  1. Click the Admin icon at the top right of the Main page. Navigate to the Tenant Dashboard page.
  2. From the left menu, click the Tools & Templates > Chart Repository menu. The Chart Repository screen appears.
  3. On the Chart Repository page, click the Upload button. The Chart File Upload popup window opens.
  4. Chart File Upload In the popup window, after entering the content, click the Upload button.
    ItemExplanation
    Chart typePlease select a chart type.
    Tenant / Project GroupSelect the tenant/project group where the chart will be used.
    Chart fileClick the Browse button to upload the chart file.
    • Only .tgz files generated with the helm package command can be uploaded.
    Table. Chart Upload Input Items

Delete chart

To delete the chart, follow these steps.

  1. Click the Admin icon at the top right of the Main page. You will be taken to the Tenant Dashboard page.
  2. From the left menu, click the Tools & Templates > Chart Repository menu. The Chart Repository screen appears.
  3. Select the checkbox of the item you want to delete from the Chart Repository list and click the Delete button.
  4. Click the Confirm button in the confirmation popup.
Caution
The chart cannot be deleted when it is registered in the Helm chart. Please first remove the information from the Helm chart menu.

Delete only a specific version of a chart

To delete only a specific version from the chart, follow these steps.

  1. Click the Admin icon at the top right of the Main page. You will be taken to the Tenant Dashboard page.
  2. From the left menu, click the Tools & Templates > Chart Repository menu. The Chart Repository screen appears.
  3. Chart Repository Click the item you want to delete from the list. You will be taken to the Chart Version List page.
  4. On the Chart version list page, select the checkbox for the items you want to delete and click the Delete button.
  5. Click the Confirm button in the confirmation popup.
Image Repository
Helm Chart