{"id":48598023,"url":"https://github.com/bubustack/helm-charts","last_synced_at":"2026-04-12T14:07:33.041Z","repository":{"id":349755500,"uuid":"1091749496","full_name":"bubustack/helm-charts","owner":"bubustack","description":"Helm charts for BubuStack — bobrapet operator and bobravoz-grpc transport hub. Auto-synced from source repos on release.","archived":false,"fork":false,"pushed_at":"2026-04-07T11:04:33.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T13:09:13.559Z","etag":null,"topics":["ai","bubustack","helm","helm-charts","kubernetes","operator"],"latest_commit_sha":null,"homepage":"https://bubustack.io/","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/bubustack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","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},"funding":{"github":["bubustack"]}},"created_at":"2025-11-07T13:14:37.000Z","updated_at":"2026-04-07T11:03:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bubustack/helm-charts","commit_stats":null,"previous_names":["bubustack/helm-charts"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bubustack/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubustack%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubustack%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubustack%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubustack%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bubustack","download_url":"https://codeload.github.com/bubustack/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubustack%2Fhelm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["ai","bubustack","helm","helm-charts","kubernetes","operator"],"created_at":"2026-04-08T21:03:03.016Z","updated_at":"2026-04-08T21:03:34.909Z","avatar_url":"https://github.com/bubustack.png","language":"Go Template","readme":"# BubuStack Helm Charts\n\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/bubustack)](https://artifacthub.io/packages/search?repo=bubustack)\n\nThis repository contains the Helm charts published for the BubuStack projects:\n\n- `bobrapet` – the workflow operator\n- `bobravoz-grpc` – the transport hub\n- `bubuilder` - BubuStack UI\n\nCharts are stored under `charts/\u003cname\u003e` and should not be edited manually. They are generated\nfrom the corresponding operator repositories through the release workflows and arrive here via\nautomated pull requests.\n\n## Release pipeline\n\n1. A new release is cut in `bobrapet`, `bobravoz-grpc`, or `bubuilder` via Release Please.\n2. The `sync-helm-chart` job stamps the release version into `Chart.yaml` and `values.yaml`,\n   runs `helmify`, and opens a pull request in this repository.\n3. When the pull request is merged into `main`, the `Publish Helm Charts` workflow\n   packages the charts, updates the GitHub Pages index via `helm/chart-releaser`,\n   and pushes OCI artifacts to `ghcr.io/bubustack/charts`.\n\n## Installing the charts\n\n### From the Helm repository (GitHub Pages)\n\n```bash\nhelm repo add bubustack https://bubustack.github.io/helm-charts\nhelm repo update\n\nhelm install bobrapet bubustack/bobrapet \\\n  --namespace bobrapet-system --create-namespace\n\nhelm install bobravoz-grpc bubustack/bobravoz-grpc \\\n  --namespace bobrapet-system\n\nhelm install bubuilder bubustack/bubuilder \\\n  --namespace bobrapet-system\n```\n\n### From the OCI registry (GHCR)\n\n```bash\nhelm install bobrapet oci://ghcr.io/bubustack/charts/bobrapet \\\n  --version \u003cchart-version\u003e \\\n  --namespace bobrapet-system --create-namespace\n```\n\n### From Artifact Hub\n\nBrowse and install charts from [artifacthub.io/packages/search?repo=bubustack](https://artifacthub.io/packages/search?repo=bubustack).\n\n## Local development\n\n- Keep long-lived defaults (e.g., tuned `values.yaml`) inside the source repositories under `hack/charts/\u003cname\u003e`.\n- Let automation regenerate templates — only review and merge the resulting PRs here.\n- Chart versions and `appVersion` are stamped automatically from the operator release tag.\n  No manual version bumps needed.\n\n## Links\n\n- [Documentation](https://bubustack.io/docs)\n- [Operator Configuration](https://bubustack.io/docs/operator/configuration)\n- [Getting Started](https://bubustack.io/docs/getting-started/quickstart)\n- [GitHub](https://github.com/bubustack/bobrapet)\n- [Discord](https://discord.gg/dysrB7D8H6)\n","funding_links":["https://github.com/sponsors/bubustack"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubustack%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbubustack%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubustack%2Fhelm-charts/lists"}