> ## Documentation Index
> Fetch the complete documentation index at: https://docs.textql.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the TextQL Helm chart

Direct installation with `helm` is available using:

```bash theme={null}
helm upgrade <my-release> oci://registry-1.docker.io/textqllabs/textql-charts --version <new-version> --values <values-yaml-file>
```

You must have access to the TextQL Docker registry. TextQL provides a PAT token that will grant you access.

## Automatic updates

You can point Flux, ArgoCD or other GitOps tools to the TextQL registry for automatic releases. You can also set your own CI/CD pipeline that runs `helm install`.

If you want these tools to auto install versions, we recommend doing so for **patches** only (e.g. ^1.1.X). We use Semantic Versioning ([https://semver.org/](https://semver.org/)) for our releases, so patches involve non-breaking changes and are safe to automatically install.

For major and minor versions, check the [Changelog](http://docs.textql.com/helm-charts/changelog) page, which will provide the steps to upgrade, if needed.

Contact TextQL for help with your specific setup.
