{"id":49225424,"url":"https://github.com/tonicai/textual_helm_charts","last_synced_at":"2026-04-24T07:01:52.372Z","repository":{"id":228406042,"uuid":"693829511","full_name":"TonicAI/textual_helm_charts","owner":"TonicAI","description":"Helm chart repository for deployment of Solar","archived":false,"fork":false,"pushed_at":"2026-04-20T17:24:33.000Z","size":95,"stargazers_count":0,"open_issues_count":3,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-04-20T19:30:28.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go Template","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TonicAI.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-19T19:51:39.000Z","updated_at":"2026-04-20T17:24:38.000Z","dependencies_parsed_at":"2024-03-18T17:18:59.648Z","dependency_job_id":null,"html_url":"https://github.com/TonicAI/textual_helm_charts","commit_stats":null,"previous_names":["tonicai/textual_helm_charts"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/TonicAI/textual_helm_charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Ftextual_helm_charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Ftextual_helm_charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Ftextual_helm_charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Ftextual_helm_charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TonicAI","download_url":"https://codeload.github.com/TonicAI/textual_helm_charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Ftextual_helm_charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32212808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-24T07:01:50.963Z","updated_at":"2026-04-24T07:01:52.362Z","avatar_url":"https://github.com/TonicAI.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tonic Textual Helm Chart\nThis repository contains a Helm chart which can be used to install Tonic via ` helm install `.\n\nProject structure:\n```\n.\n├── templates\n      └── \u003cAll template files\u003e\n├── values.yaml\n└── README.md\n```\n\n## Usage\n\n[Helm](https://helm.sh) must be installed to use the charts.  Please refer to\nHelm's [documentation](https://helm.sh/docs) to get started. The chart is published as an OCI package. It is recommended that you use a [Helm version \u003e= 3.8.0](https://github.com/helm/helm/releases/tag/v3.8.0) which added full support for OCI registries.\n\nTo install the textual chart:\n\n    helm install -n \u003cyour-namespace\u003e textual oci://quay.io/tonicai/textual -f values.yaml\n\nTo uninstall the chart:\n\n    helm uninstall textual\n\nAlternatively, if you have the templates downloaded into your machine, you may also use the following from within the Textual directory:\n\n    helm install -n \u003cyour-namespace\u003e textual -f values.yaml .\n\n\n\n## Configuration\n\n### values.yaml\n\nBefore deploying this setup, configure the following values.\n\n### Environment Name\n\n* ENVIRONMENT_NAME: E.g. \"my-company-name\", or if deploying multiple Tonic instances, \"my-company-name-dev\" or \"my-company-name-prod to differentiate instances.\n\n### Version\n\n* textualVersion: A specific version tag. Tonic's tag convention is just the release number, e.g. \"086\". The latest version during installation will be supplied by Tonic.\n\n### Textual Database\n\nThe connection details for the Postgres metadata/application database which holds Tonic's state (user accounts, workspaces, etc.).\n* host\n* port\n* dbName\n* user\n* password\n\n\n### Secret\n\nThis value is used as the secret for encryption\n* textualEncryptionSecret: Any string value is valid\n\n\n### Authorization to access Tonic application Docker images\n\nTonic hosts our application images on a private quay.io repository. Authorization is required to pull the images.\n* dockerConfigAuth: This value will be provided to you by Tonic and will allow you to authenticate against our private docker image repository.\n\n\n### Consistency\n\nThis value is used to maintain consistency of values across redactions\n* solarStatisticsSeed: Any integer value\n\n\n### Number of workers to deploy\n* ` numberOfWorkers ` : An integer. Increase to more than 1 to deploy additional workers. Each worker can run a single redaction at a time. Multiple workers are needed to run jobs simultaneously. This sets the number of replicas in the Tonic Worker Deployment spec.\n\n\n### Ingress\nThe Helm charts include default annotations for internal-facing load balancers for AWS, Azure, and GCP. You can change to your preferred ingress method by modifying solar-api-server-service.yaml as well as updating the annotations section included in values.yaml\n\n\n### Resource requests and limits\nEach of the deployment YAML template files contains resource requests and limits. In some cases these may need to be modified for your environment.\n\n\n## Deploy\n\nTo install Tonic Textual, execute the following commands.\n\nCreate a namespace:\n\n``` $ kubectl create namespace my-tonic-namespace ```\n\nDeploy Tonic Textual:\n\n``` $ helm install \u003cname_of_release\u003e -n \u003cnamespace_name\u003e \u003cpath-to-helm-chart\u003e ```\n\n\n### Validate the deployment\n\nUse kubectl get all -n \u003cnamespace_name\u003e to check that the Textual pods are running:\n\nThe deployment may take a few minutes with pods in the ContainerCreating status. Re-run the command to get an updated status. Once all pods have a status of Running and deployments show READY as 1/1, Tonic should be available shortly after via browser at the URL/IP listed in the EXTERNAL-IP field next to the load balancer service. If you have modified the Helm chart ingress configuration, then this will vary. While not required, it's recommended to set up a more user-friendly domain routing to the Tonic web application.\n\n\nYou can validate that Tonic has fully started up and is in a healthy state by running ` kubectl logs deployment/textual-api-server -n \u003cnamespace_name\u003e ` and check for output that reads ` \"Now listening on: ....\" `\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonicai%2Ftextual_helm_charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonicai%2Ftextual_helm_charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonicai%2Ftextual_helm_charts/lists"}