{"id":40832122,"url":"https://github.com/llm-d/llm-d-deployer","last_synced_at":"2026-01-21T22:26:50.927Z","repository":{"id":294450588,"uuid":"975070932","full_name":"llm-d/llm-d-deployer","owner":"llm-d","description":"Helm charts for llm-d","archived":false,"fork":false,"pushed_at":"2025-07-21T15:00:56.000Z","size":923,"stargazers_count":51,"open_issues_count":52,"forks_count":49,"subscribers_count":31,"default_branch":"main","last_synced_at":"2025-07-21T16:37:57.692Z","etag":null,"topics":["helm","helm-chart","llm-d"],"latest_commit_sha":null,"homepage":"https://www.llm-d.ai","language":"Shell","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/llm-d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2025-04-29T18:28:21.000Z","updated_at":"2025-07-21T15:01:01.000Z","dependencies_parsed_at":"2025-07-07T22:01:41.881Z","dependency_job_id":"1738215c-c8f4-46fd-8f99-c190d9fdea5e","html_url":"https://github.com/llm-d/llm-d-deployer","commit_stats":null,"previous_names":["llm-d/llm-d-deployer"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/llm-d/llm-d-deployer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-d%2Fllm-d-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-d%2Fllm-d-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-d%2Fllm-d-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-d%2Fllm-d-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llm-d","download_url":"https://codeload.github.com/llm-d/llm-d-deployer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-d%2Fllm-d-deployer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28645548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"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-chart","llm-d"],"created_at":"2026-01-21T22:26:50.841Z","updated_at":"2026-01-21T22:26:50.919Z","avatar_url":"https://github.com/llm-d.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ⚠️ Deprecation Notice: `llm-d-deployer`\n\n**This repository is no longer actively maintained.**\n\nThe `llm-d-deployer` repository previously hosted monolithic Helm charts for installing components of the `llm-d` ecosystem. As of 25-07-2025, we are deprecating this repository in favor of a more modular and composable approach provided by [`llm-d-infra`](https://github.com/llm-d-incubation/llm-d-infra).\n\n## ✅ Migration to `llm-d-infra`\n\nThe [`llm-d-infra`](https://github.com/llm-d-incubation/llm-d-infra) repository contains pre-curated deployment examples of the `llm-d` ecosystem using [Helmfile](https://github.com/helmfile/helmfile). It enables flexible configuration and composition of the following:\n\n- Similar quickstart pattern to deployer for creating namespace, deploying metrics infrastructure, creating secret for the `HF_TOKEN`, etc.\n  - See the [installer script](https://github.com/llm-d-incubation/llm-d-infra/blob/main/quickstart/llmd-infra-installer.sh) for more information.\n- Gateway Deployment and configurations are based on the install of the `llm-d-infra` charts\n- Installation of the new [modelservice helm charts](https://github.com/llm-d-incubation/llm-d-modelservice)\n  - The controller pattern for `modelservice` was deprecated, same with the idea of `baseConfig` presets and `sampleApplication`s. Instead the modelservice charts focus on clearer deployments with modularity, allowing people to opt in or out of all components (`epp`, P/D `deployment`s or `leaderWorkerSets`, `inferencepool`, `inferencemodel`, etc.). For more information check out their [getting-started docs](https://github.com/llm-d-incubation/llm-d-modelservice?tab=readme-ov-file#getting-started)\n- Compatibility with [upstream GIE charts](https://github.com/kubernetes-sigs/gateway-api-inference-extension)\n  - Most of our examples feature this, but the [simple example](https://github.com/llm-d-incubation/llm-d-infra/tree/main/quickstart/examples/simple) would be the easiest place to start to experience the composability with upstream GIE charts\n\nYou are encouraged to migrate any existing deployments to the examples provided in `llm-d-infra`, or use it as a reference to build your own Helmfile stacks.\n\n## 📦 What Happens to This Repo?\n\n- The charts in this repo are **no longer updated**.\n- Issues and PRs will be closed with a deprecation notice.\n- Historical references are preserved, but users should **not use this repo for new deployments**.\n- The repo contents will remain if people want to use the existing monolithic installs.\n  - For information on this refer to our old [docs](./REPO_DOCS.md)\n\n## 🛠️ Need Help Migrating?\n\nIf you're currently using the `llm-d-deployer` Helm charts and need help migrating to `llm-d-infra`, feel free to reach out via slack in the [#sig-installation channel](https://llm-d.slack.com/archives/C08SLBGKBEZ) or file an issue in the [`llm-d-infra`](https://github.com/llm-d-incubation/llm-d-infra) repo.\n\n---\n\nThanks for supporting the `llm-d` project!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllm-d%2Fllm-d-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllm-d%2Fllm-d-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllm-d%2Fllm-d-deployer/lists"}