# Helm Charts

## Overview

All MOSIP services are packaged as Helm charts for ease of installation on the Kubernetes cluster. The source code of Helm charts is available in [`mosip-helm`](https://github.com/mosip/mosip-helm) repository. The packaged charts (`*.tgz`) are checked in `gh-pages` branch of `mosip-helm` repo. GitHub automatically hosts them at `https://mosip.github.io/mosip-helm/index.yaml`. See the sections below for further details.

## Chart versioning

Refer [Versioning](/1.2.0/setup/deploymentnew/getting-started/versioning.md).

Make sure the version in `Charts.yaml` is updated for all charts when a new branch is created on `mosip-helm`.

## Installing charts

To install the charts, add the repository as below:

```
helm repo add mosip https://mosip.github.io/mosip-helm
```

## Publishing charts

To publish charts manually follow these steps:

* In the branch where changes have been made run the following from `mosip-helm` folder

```
helm package charts/<chart name>
```

* You will see packaged `.tgz` files created in the current directory.
* Copy the `.tgz` files to `gh-pages` branch of `mosip-helm` repo. You can clone another copy of the repo and check out `gh-pages` branch to achieve this.
* Run

```
./publish.sh
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mosip.io/1.2.0/setup/deploymentnew/getting-started/helm-charts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
