{"id":50797093,"url":"https://github.com/nebari-dev/helm-repository","last_synced_at":"2026-06-12T15:30:29.468Z","repository":{"id":342282350,"uuid":"1173454464","full_name":"nebari-dev/helm-repository","owner":"nebari-dev","description":"Automated Helm chart repository for the Nebari ecosystem — published via GitHub Pages and quay.io OCI registry","archived":false,"fork":false,"pushed_at":"2026-06-12T09:50:05.000Z","size":2199,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T11:14:09.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nebari-dev.github.io/helm-repository/","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/nebari-dev.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":"2026-03-05T11:37:18.000Z","updated_at":"2026-06-12T09:49:00.000Z","dependencies_parsed_at":"2026-03-25T11:02:52.061Z","dependency_job_id":null,"html_url":"https://github.com/nebari-dev/helm-repository","commit_stats":null,"previous_names":["nebari-dev/helm-repository"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nebari-dev/helm-repository","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fhelm-repository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fhelm-repository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fhelm-repository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fhelm-repository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nebari-dev","download_url":"https://codeload.github.com/nebari-dev/helm-repository/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fhelm-repository/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34251773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-06-12T15:30:28.450Z","updated_at":"2026-06-12T15:30:29.463Z","avatar_url":"https://github.com/nebari-dev.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://nebari.dev\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horizontal/standard/Nebari-Logo-Horizontal-Lockup-White-text.png\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horizontal/standard/Nebari-Logo-Horizontal-Lockup.png\"\u003e\n      \u003cimg alt=\"Nebari\" src=\"docs/Nebari-Logo-Horizontal-Lockup.png\" width=\"300\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Nebari Helm Repository\n\n[![Release Helm Charts](https://github.com/nebari-dev/helm-repository/actions/workflows/release-helm-charts.yml/badge.svg)](https://github.com/nebari-dev/helm-repository/actions/workflows/release-helm-charts.yml)\n[![License](https://img.shields.io/badge/License-Apache%202.0-purple.svg)](LICENSE)\n[![Chart Catalog](https://img.shields.io/badge/chart%20catalog-nebari--dev.github.io-BA18DA)](https://nebari-dev.github.io/helm-repository/)\n\nAn automated Helm chart repository for the [Nebari](https://nebari.dev) ecosystem, published via GitHub Pages.\n\n| | |\n|---|---|\n| **Chart catalog** | https://nebari-dev.github.io/helm-repository/ |\n| **Helm index URL** | `https://raw.githubusercontent.com/nebari-dev/helm-repository/gh-pages/` |\n| **Raw index.yaml** | https://raw.githubusercontent.com/nebari-dev/helm-repository/gh-pages/index.yaml |\n\n## Using the repository\n\n### Option A — Helm index (classic)\n\n```bash\n# Add the repository\nhelm repo add nebari https://raw.githubusercontent.com/nebari-dev/helm-repository/gh-pages/\n\n# Update the local cache\nhelm repo update nebari\n\n# List available charts\nhelm search repo nebari\n\n# Install a chart\nhelm install my-release nebari/\u003cchart-name\u003e\n```\n\n#### Private repository access (GitHub Enterprise)\n\n```bash\nhelm repo add nebari \\\n  https://raw.githubusercontent.com/nebari-dev/helm-repository/gh-pages/ \\\n  --username \u003cyour-github-username\u003e \\\n  --password \u003cyour-PAT\u003e\n```\n\n### Option B — OCI registry (quay.io)\n\nCharts are also published as OCI artifacts to `quay.io/nebari/charts`. No `helm repo add` step is required.\n\n```bash\n# Install directly — version flag is required for OCI\nhelm install my-release oci://quay.io/nebari/charts/\u003cchart-name\u003e --version \u003cversion\u003e\n\n# Pull without installing\nhelm pull oci://quay.io/nebari/charts/\u003cchart-name\u003e --version \u003cversion\u003e\n\n# Inspect chart metadata\nhelm show chart oci://quay.io/nebari/charts/\u003cchart-name\u003e --version \u003cversion\u003e\n```\n\n\u003e OCI charts are public and require no authentication to pull. The OCI reference for each chart is shown in the\n\u003e [chart catalog](https://nebari-dev.github.io/helm-repository/).\n\n## Publishing a new chart\n\nChart **source directories** live in `charts/` on `main`. You never need to run `helm package` manually — CI does it.\n\n1. Scaffold or copy your chart into `charts/`:\n   ```bash\n   helm create charts/my-chart\n   # edit Chart.yaml, values.yaml, templates/ …\n   ```\n2. Commit and push to `main`:\n   ```bash\n   git add charts/my-chart\n   git commit -m \"feat: add my-chart v1.0.0\"\n   git push\n   ```\n\nThe [Release Helm Charts](.github/workflows/release-helm-charts.yml) GitHub Actions workflow will automatically:\n- Run `helm package` on every directory under `charts/`\n- Merge the new packages into `index.yaml` on `gh-pages` (preserving historical `created` timestamps)\n- Copy chart archives to `helm/` on `gh-pages`\n\n\u003e **`gh-pages` is CI-managed for chart releases.** The landing page (`index.html`) lives directly on `gh-pages` — update\n\u003e it there via a PR targeting that branch.\n\n## Syncing charts from other repositories (automated)\n\nTool repositories can sync their Helm chart into this repo automatically using the\n[`sync-chart`](.github/actions/sync-chart/action.yml) composite action. When a new release is published in the tool\nrepo, the action:\n\n1. Copies the chart source directory into `charts/\u003cchart-name\u003e/` here.\n2. Opens a PR against `main` for review.\n3. On merge, the existing **Release Helm Charts** workflow packages and publishes it.\n\n\u003e This is set up by **helm-repository maintainers** using the Nebari bot account. See the\n\u003e [maintainer setup guide](.github/actions/sync-chart/README.md) for token creation, organisation secret configuration,\n\u003e and per-repo rollout steps.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebari-dev%2Fhelm-repository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebari-dev%2Fhelm-repository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebari-dev%2Fhelm-repository/lists"}