Mon, 2 Jan, 2023

Chart repo and catalogs

Chart repo and catalogs management in 01Cloud

Introduction

Chart Repo allows user to add the helm chart required by providing the helm chart url.A Helm chart is a set of YAML manifests and templates that describes Kubernetes resources and defined configurations needed for the Kubernetes application, and is also easy to deploy in a Kubernetes cluster or in a single node with just one command.Chart Catalog lists all the available helm chart for that organization.

Add Repository

  1. Navigate to the organization page and click on the Admin tab. Under the Admin tab, select the Chart Repos tab.

chart repo

  1. Click on the ADD REPOSITORY button on the top right corner of the page. This will bring up a pop-up window.

add repo

  1. Provide the Repository Name, URL of the helm chart to be installed,Repository Type and Authorization.

add repo

  1. After filling in the required fields, click on the ADD REPOSITORY button. This will validate the information you provided and ensure that it is correct and the helm chart will be added to your chart repo list.

chart list

Chart Catalog

  1. Navigate to the organization page and click on the “Admin” tab. Under the Admin tab, select the “Chart Catalog” tab.

chart catalog

  1. Chart Catalog lists all the helm chart available for the organization.User can search the specific helm chart and also filter according to provided category.

chart catalog category


On this page: