diff --git a/FEATURES.md b/FEATURES.md index b960d15..b95088a 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -6,3 +6,25 @@ To close Helm-dashboard, click on the button in the rightmost corner of the scre # Multicluster If you want to switch to a different cluster, simply click on the corresponding cluster as shown in the figure. [Click here](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) to learn how to access multiple clusters. ![Multicluster_screenshot](images/screenshot_multicluster.png) + +# Repository +Essentially, a repository is a location where charts are gathered and can be shared. If you want to learn more about repositories, [click here](https://helm.sh/docs/topics/chart_repository/). You can find the repository in the home section, as depicted in the figure. +![Repository3](images/screenshot_repository3.png) + +You can add the repository by clicking on 'Add Repository', as shown in the figure. +![Repository](images/screenshot_repository.png) + +After completing that step, enter the following data: the repository name and its URL. You can also add the username and password, although this is optional. +![Repository2](images/screenshot_repository2.png) + +Updating means refreshing your repository. You can update your repository as shown in the figure. +![Repository4](images/screenshot_repository4.png) + +If you want to remove your repository from the Helm dashboard, click on the 'Remove' button as shown in the figure. +![Repository5](images/screenshot_repository5.png) + +Use the filter option to find the desired chart quicker from the list of charts. +![Repository6](images/screenshot_repository6.png) + +If you want to install a particular chart, simply hover the pointer over the chart name and an 'Install' button will appear, as shown in the figure. +![Repository7](images/screenshot_repository7.png) \ No newline at end of file diff --git a/images/screenshot_repository.png b/images/screenshot_repository.png new file mode 100644 index 0000000..b5006a7 Binary files /dev/null and b/images/screenshot_repository.png differ diff --git a/images/screenshot_repository2.png b/images/screenshot_repository2.png new file mode 100644 index 0000000..db54642 Binary files /dev/null and b/images/screenshot_repository2.png differ diff --git a/images/screenshot_repository3.png b/images/screenshot_repository3.png new file mode 100644 index 0000000..cd60d10 Binary files /dev/null and b/images/screenshot_repository3.png differ diff --git a/images/screenshot_repository4.png b/images/screenshot_repository4.png new file mode 100644 index 0000000..4d52906 Binary files /dev/null and b/images/screenshot_repository4.png differ diff --git a/images/screenshot_repository5.png b/images/screenshot_repository5.png new file mode 100644 index 0000000..68d88d5 Binary files /dev/null and b/images/screenshot_repository5.png differ diff --git a/images/screenshot_repository6.png b/images/screenshot_repository6.png new file mode 100644 index 0000000..8ccf717 Binary files /dev/null and b/images/screenshot_repository6.png differ diff --git a/images/screenshot_repository7.png b/images/screenshot_repository7.png new file mode 100644 index 0000000..4bc6932 Binary files /dev/null and b/images/screenshot_repository7.png differ