{"id":19936718,"url":"https://github.com/scalar-labs/helm-charts","last_synced_at":"2026-04-02T13:55:25.428Z","repository":{"id":37155573,"uuid":"354689431","full_name":"scalar-labs/helm-charts","owner":"scalar-labs","description":"Helm charts to deploy ScalarDB and ScalarDL","archived":false,"fork":false,"pushed_at":"2026-03-26T03:37:52.000Z","size":1545,"stargazers_count":23,"open_issues_count":1,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-03-27T00:25:55.976Z","etag":null,"topics":["helm","helm-charts","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go Template","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scalar-labs.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":"2021-04-05T01:56:46.000Z","updated_at":"2026-03-26T03:29:06.000Z","dependencies_parsed_at":"2022-07-09T04:46:05.253Z","dependency_job_id":"8c200c0e-7368-48d6-b3fb-2fc54c77d35a","html_url":"https://github.com/scalar-labs/helm-charts","commit_stats":null,"previous_names":[],"tags_count":498,"template":false,"template_full_name":null,"purl":"pkg:github/scalar-labs/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalar-labs%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalar-labs%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalar-labs%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalar-labs%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scalar-labs","download_url":"https://codeload.github.com/scalar-labs/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalar-labs%2Fhelm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["helm","helm-charts","kubernetes"],"created_at":"2024-11-12T23:28:16.027Z","updated_at":"2026-04-02T13:55:25.405Z","avatar_url":"https://github.com/scalar-labs.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scalar Helm Charts Repository\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Release Charts](https://github.com/scalar-labs/helm-charts/actions/workflows/release.yml/badge.svg)](https://github.com/scalar-labs/helm-charts/actions/workflows/release.yml)\n[![Chart Testing and Kubeval](https://github.com/scalar-labs/helm-charts/actions/workflows/helm_charts_scalar.yml/badge.svg)](https://github.com/scalar-labs/helm-charts/actions/workflows/helm_charts_scalar.yml)\n\nThis directory contains the following helm charts.\n* [ScalarDB](./charts/scalardb/)\n* [ScalarDL Ledger](./charts/scalardl/)\n* [ScalarDL Auditor](./charts/scalardl-audit/)\n* [Schema Loading for ScalarDL](./charts/schema-loading/)\n* [Envoy](./charts/envoy/)\n\n## Prerequisites\n\nYou need the [`helm`](https://helm.sh/docs/intro/install/) command. For details on supported Helm versions, see the [Package manager section in the Requirements document](https://scalardb.scalar-labs.com/docs/latest/requirements/#package-manager).\n\n## Supported Kubernetes versions\n\nFor details on supported Kubernetes versions, see the [Kubernetes section in the Requirements document](https://scalardb.scalar-labs.com/docs/latest/requirements/#platform).\n\nWe decide which versions to support based on the supported versions in [Amazon Elastic Kubernetes Service](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html) and [Azure Kubernetes Service](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions). However, we do not consider the LTS versions in each managed Kubernetes service.\n\n## Usage\n\n### Helm\n\n[Helm](https://helm.sh) must be installed to use the charts.\nPlease refer to Helm's [documentation](https://helm.sh/docs/) to get started.\n\nOnce Helm is set up properly, add the repo as follows:\n\n```console\nhelm repo add scalar-labs https://scalar-labs.github.io/helm-charts\n```\n\nYou can then run `helm search repo scalar-labs` to see the Scalar charts.  \nAlso, you can see all the versions by `helm search repo scalar-labs --versions` command.\n\n### Pre-commit hook\n\nIf you want to automatically generate `README.md` files and `values.schema.json` with a pre-commit hook,\nthen run:\n\n``` bash\ncd $(git rev-parse --show-toplevel)\nln -s ../../.git-hooks/pre-commit .git/hooks/pre-commit\n```\n\n## Contributing\n\nThis repo is mainly maintained by the Scalar Engineering Team, but of course we appreciate any help.\n\n* For asking questions, finding answers and helping other users, please go to [stackoverflow](https://stackoverflow.com/) and use [scalardl](https://stackoverflow.com/questions/tagged/scalardl) tag.\n* For filing bugs, suggesting improvements, or requesting new features, help us out by opening an issue.\n\n## License\n\n[Apache 2.0 License](https://github.com/scalar-labs/helm-charts/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalar-labs%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscalar-labs%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalar-labs%2Fhelm-charts/lists"}