> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/installation-in-kubernetes/helm-charts.md).

# Helm Charts

Oz helm charts help you to deploy our solution via Kubernetes.&#x20;

## Installation <a href="#how-to-use-oz-charts" id="how-to-use-oz-charts"></a>

{% stepper %}
{% step %}
**Add Oz via ChartMuseum:**

{% code expandable="true" %}

```bash
helm repo add ozchartmuseum https://chartmuseum.infra.ozforensics.ai
```

{% endcode %}
{% endstep %}

{% step %}
**Update repository:**

{% code expandable="true" %}

```bash
helm repo update
```

{% endcode %}
{% endstep %}

{% step %}
**Install the chart**

{% code expandable="true" %}

```bash
helm install [NAME] ozchartmuseum/[CHART_NAME] \
  -n [NAMESPACE] \
  -f my-values.yaml --version [CHART_VERSION]
```

{% endcode %}
{% endstep %}
{% endstepper %}

### Components

Release notes for each chart are included in the respective chart and can be found in its `release_notes.md`.

### API Full&#x20;

Current version: **0.20.31**.

Installation:

{% code expandable="true" %}

```bash
helm install oz-api ozchartmuseum/oz-k8s \
  -n oz-api \
  -f my-values.yaml
```

{% endcode %}

Local download:&#x20;

{% code expandable="true" %}

```bash
https://chartmuseum.infra.ozforensics.ai/charts/oz-k8s-0.20.31.tgz
```

{% endcode %}

### Instant API

Current version: **1.0.3**.

Installation:

{% code expandable="true" %}

```bash
helm install oz-api-instant ozchartmuseum/oz-api-instant \
  -n api-instant \
  -f my-values.yaml
```

{% endcode %}

Local download:&#x20;

{% code expandable="true" %}

```bash
https://chartmuseum.infra.ozforensics.ai/charts/oz-api-instant-1.0.3.tgz
```

{% endcode %}

### Web SDK

Current version: 2.3.1+onPremise.

Installation:

{% code expandable="true" %}

```bash
helm install oz-websdk ozchartmuseum/oz-k8s-sdk \
  -n oz-websdk \
  -f my-values.yaml
```

{% endcode %}

Local download:&#x20;

{% code expandable="true" %}

```bash
https://chartmuseum.infra.ozforensics.ai/charts/oz-k8s-sdk-2.3.1+onPremise.tgz
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/installation-in-kubernetes/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.
