https://github.com/opencost/opencost-helm-chart
OpenCost Helm chart
https://github.com/opencost/opencost-helm-chart
cncf cost finops k8s kubernetes prometheus
Last synced: 2 months ago
JSON representation
OpenCost Helm chart
- Host: GitHub
- URL: https://github.com/opencost/opencost-helm-chart
- Owner: opencost
- License: apache-2.0
- Created: 2022-12-13T05:49:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-19T20:32:47.000Z (3 months ago)
- Last Synced: 2026-03-20T11:41:40.920Z (3 months ago)
- Topics: cncf, cost, finops, k8s, kubernetes, prometheus
- Language: Mustache
- Size: 579 KB
- Stars: 104
- Watchers: 8
- Forks: 122
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCost Helm Chart
[](https://opensource.org/licenses/Apache-2.0)

[](https://github.com/opencost/opencost-helm-charts/releases)
[](https://artifacthub.io/packages/search?org=opencost)
## Maintainers
| Name |
| ---- |
| @jessegoodier |
| @mittal-ishaan |
| @toscott |
| @brito-rafa |
## Usage
[Helm](https://helm.sh/) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```console
helm repo add opencost https://opencost.github.io/opencost-helm-chart
```
See the [Chart Documentation](https://github.com/opencost/opencost-helm-chart/blob/main/charts/opencost/README.md) for chart install instructions.
## Testing
[Testing](https://github.com/helm-unittest/helm-unittest) your chart (optional)
Presumes you've got Helm unittest installed: (i.e. `helm plugin install https://github.com/helm-unittest/helm-unittest`) and that your in the root directory of your cloned repo:
```console
helm unittest charts/opencost
```
Should produce a result like this:
```
### Chart [ opencost ] charts/opencost
PASS test deployment charts/opencost/tests/deployment_test.yaml
PASS test deployment snapshot charts/opencost/tests/opencost_test.yaml
Charts: 1 passed, 1 total
Test Suites: 2 passed, 2 total
Tests: 2 passed, 2 total
Snapshot: 1 passed, 1 total
Time: 31.011089ms
```
***
## OpenCost Links
* [OpenCost](https://github.com/opencost/opencost)
* [Documentation](https://www.opencost.io/docs/)