https://github.com/faablecloud/helm-charts
Our most loved charts mantained by Faable Team
https://github.com/faablecloud/helm-charts
charts faable helm
Last synced: 3 days ago
JSON representation
Our most loved charts mantained by Faable Team
- Host: GitHub
- URL: https://github.com/faablecloud/helm-charts
- Owner: faablecloud
- Created: 2024-12-04T12:20:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-11T09:26:03.000Z (10 days ago)
- Last Synced: 2026-06-11T11:11:36.198Z (10 days ago)
- Topics: charts, faable, helm
- Homepage: http://faablecloud.github.io/helm-charts
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Faable Helm Charts
```bash
helm repo add faablecloud https://faablecloud.github.io/helm-charts
helm repo update
```
You can then run `helm search repo faablecloud` to see the charts.
## Charts
| Chart | Description |
| ------- | ---------------------------------------------------- |
| `redis` | Redis/Valkey deployment — standalone or Sentinel HA. |
## Releasing
Charts are published automatically by the `release` GitHub Action
([helm/chart-releaser-action](https://github.com/helm/chart-releaser-action)):
on every push to `main`, each chart under `charts/` whose `version` in
`Chart.yaml` was bumped is packaged, attached to a GitHub Release, and indexed
in `index.yaml` on the `gh-pages` branch (served via GitHub Pages).
To cut a new version: bump `version:` in the chart's `Chart.yaml`, commit, and
merge to `main`. Consumers then run `helm dependency update`.