| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.md files inside each chart directory are auto-generated by helm-docs from values.yaml annotations and the README.md.gotmpl template. 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.
| Back | FazBrowse Home | New Git URL |