Chart Repositories
Introduction
A Chart repository is like a library where Helm charts are stored and shared. It provides a centralized place to store and distribute your Helm charts across environments and teams.
You can add one ore more chart repositories to Devtron. Once added, the charts from these repositories will be available in the All Charts section of the Chart Store. This process may take a few minutes.
By default, Devtron automatically includes a set of built-in chart repositories during installation.
Who Can Perform This Action?
Only a Super-Admin can add, update, delete chart repositories.
Add Chart Repository
To add a chart repository, follow the steps below:
Navigate to Global Configurations → Chart Repositories.
Click Add repository.
Provide below information in the following fields:
Figure 1: Add a Chart Repository FieldsDescriptionName
Provide a
Name
of your chart repository. This name is added as prefix to the name of the chart in the listing on the helm chart section of application.URL
This is the URL of your chart repository (e.g.,
https://charts.bitnami.com/bitnami
)Click Save.
Update a Chart Repository
To update a chart repository, follow the below steps:
Navigate back to *Chart Repositories page.
Select the repository you prefer to update.
Figure 2: Update a Chart Repository
Delete a Chart Repository
If you are using an chart repository as your chart source and prefer to delete it, follow the instructions below:
Navigate back to Chart Repositories.
Figure 3: Delete a Chart Repository Select your preferred chart repository.
Click the Delete button.
The chart repository will be deleted and removed from the Chart Store page.
Last updated
Was this helpful?