{"id":35233635,"url":"https://github.com/obolnetwork/helm-charts","last_synced_at":"2026-04-23T08:01:32.951Z","repository":{"id":64822131,"uuid":"560150534","full_name":"ObolNetwork/helm-charts","owner":"ObolNetwork","description":"Obol's Helm Charts","archived":false,"fork":false,"pushed_at":"2026-04-22T18:49:53.000Z","size":1239,"stargazers_count":2,"open_issues_count":15,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-22T20:24:34.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go Template","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ObolNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","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":"2022-10-31T20:59:06.000Z","updated_at":"2026-04-10T08:31:34.000Z","dependencies_parsed_at":"2024-12-09T19:19:10.877Z","dependency_job_id":"84f07bb2-cc86-49d5-bf26-9d3a944fc564","html_url":"https://github.com/ObolNetwork/helm-charts","commit_stats":null,"previous_names":[],"tags_count":136,"template":false,"template_full_name":null,"purl":"pkg:github/ObolNetwork/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObolNetwork%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObolNetwork%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObolNetwork%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObolNetwork%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ObolNetwork","download_url":"https://codeload.github.com/ObolNetwork/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObolNetwork%2Fhelm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32171223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"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":[],"created_at":"2025-12-30T03:21:06.125Z","updated_at":"2026-04-23T08:01:32.928Z","avatar_url":"https://github.com/ObolNetwork.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Obol Logo](https://obol.tech/obolnetwork.png)\n\n\u003ch1 align=\"center\"\u003eObol Helm Charts\u003c/h1\u003e\n\n[![Release Charts](https://github.com/ObolNetwork/helm-charts/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/ObolNetwork/helm-charts/actions/workflows/release.yml)\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/charon)](https://artifacthub.io/packages/search?org=obol)\n\nThis repo contains Helm Charts for deploying Obol Distributed Validator [middleware clients](https://github.com/ObolNetwork/charon) on Kubernetes using [Helm](https://helm.sh/).  \n\n## List of charts\n\n- [`charon`](charts/charon) - A chart for running a single charon container.\n- [`charon-cluster`](charts/charon-cluster) - A chart for running a number of charon instances.\n- [`charon-relay`](charts/charon-relay) - A chart for running a charon [relay](https://docs.obol.org/learn/charon/charon-cli-reference#host-a-relay).\n- [`dv-pod`](charts/dv-pod) - A chart for running a Charon client + a Validator client, with automatic DKG completion as a feature. \n- [`obol-app`](charts/obol-app) - A chart for running arbitrary docker images in the [Obol Stack](https://obol.org/stack).\n- [`aztec-node`](charts/aztec-node) - Aztec network node deployment (Full Node, Sequencer, or Prover)\n- [`openclaw`](charts/openclaw) - OpenClaw gateway deployment (agent runtime)\n- [`remote-signer`](charts/remote-signer) - A lightweight Ethereum remote signing service for EVM networks\n\n## Before you begin\n\n### Prerequisites\n\n- Kubernetes 1.18+\n- Helm 3\n\n### Setup a Kubernetes Cluster\n\nFor setting up Kubernetes on cloud platforms or bare-metal servers refer to the\nKubernetes [getting started guide](http://kubernetes.io/docs/getting-started-guides/).\n\n### Install Helm\n\nHelm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.\n\nTo install Helm, refer to the [Helm install guide](https://github.com/helm/helm#install) and ensure that the `helm`\nbinary is in the `PATH` of your shell.\n\n### Using Helm\n\nOnce you have installed the Helm client, you can deploy a charts located in this repository into a Kubernetes cluster.\n\nPlease refer to the [Quick Start guide](https://helm.sh/docs/intro/quickstart/) if you wish to get running in just a few\ncommands, otherwise the [Using Helm Guide](https://helm.sh/docs/intro/using_helm/) provides detailed instructions on how\nto use the Helm client to manage packages on your Kubernetes cluster.\n\nUseful Helm Client Commands:\n\n* Install a chart: `helm install \u003crelease-name\u003e obol/\u003cchart-name\u003e`\n* Upgrade your application: `helm upgrade`\n* Uninstall a chart: `helm uninstall \u003crelease-name\u003e`\n\n## Development\n\n### Prerequisites\n\n- [`pre-commit`](https://pre-commit.com/) - Used to setup pre-commit git hooks\n- [`docker`](https://www.docker.com/) - Used by many Makefile targets\n\n### Pre-commit hooks\n\nThis repository used [`pre-commit`](https://pre-commit.com/) to manage and run certain git hooks. Hook definitions can be found within the [`.pre-commit-config.yaml`](.pre-commit-config.yaml) file.\n\nRun the following to add the hooks to your local repository:\n\n```sh\nmake init\n```\n\n### Useful commands\n\nThe `README` for every chart is auto generated using [helm-docs](https://github.com/norwoodj/helm-docs). This is defined as a pre-commit hook. If you want to run it manually, you can run:\n\n```sh\nmake docs\n```\n\nThe [CT (Chart Testing)](https://github.com/helm/chart-testing) tool is used to lint and validate charts. You can run this via:\n\n```sh\nmake lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobolnetwork%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobolnetwork%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobolnetwork%2Fhelm-charts/lists"}