This repository contains the official Helm charts for the Updatecli project.
| Chart | Description | Version |
|---|---|---|
| udash | Udash — the Updatecli Dashboard web application (backend API + frontend SPA). | |
| udash-agent | Udash Agent — runs Updatecli on a schedule and ships reports to a Udash instance. |
helm repo add updatecli https://updatecli.github.io/charts
helm repo update# Udash dashboard
helm install udash updatecli/udash
# Udash agent
helm install udash-agent updatecli/udash-agentSee the individual chart READMEs for full configuration options:
make lintmake templatemake docsNote:
README.mdfiles inside each chart directory are auto-generated byhelm-docsfromvalues.yamlannotations and theREADME.md.gotmpltemplate. Do not edit them directly — edit the template or the annotations instead.
Contributions are welcome! Please open an issue or a pull request.
This repository uses Updatecli itself to keep dependencies (Docker image tags, GitHub Actions) up to date automatically.