Deploying on Kubernetes with Helm

The Tonic Textual Helm chart is available in the GitHub repository https://github.com/TonicAI/textual_helm_chartsarrow-up-right.

To use the Helm chart, you can either:

During the onboarding period, you are provided access credentials to our docker image repository on Quay.ioarrow-up-right. If you require new credentials, or you experience issues accessing the repository, contact [email protected]envelope.

Configure

Before you deploy Textual, you create a values.yaml file with the configuration for your instance.

For details about the required and optional configuration options, go to the repository readmearrow-up-right.

Deploy

To deploy and validate access to Textual from the forked repository, follow the instructions in the repository readmearrow-up-right.

To use the OCI-based registry, run:

helm install textual oci://quay.io/tonicai/textual -f values.yaml -n textual --create-namespace

The GitHub repository contains a readmearrow-up-right with the details on how to populate a values.yaml file and deploy Textual.

Update

To update to a new version of Textual:

  1. In values.yaml, set textualVersion to identify the version of Textual to upgrade to. To find the latest version, review the release notesarrow-up-right. The tag value is the version number, without the "V" prefix.

  2. Run the following:

If you use the OCI-based registry:

Last updated

Was this helpful?