Skip to main content
Direct installation with helm is available using:
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/) for our releases, so patches involve non-breaking changes and are safe to automatically install. For major and minor versions, check the Changelog page, which will provide the steps to upgrade, if needed. Contact TextQL for help with your specific setup.