OpenCost Helm chart
Go to file
Sean Holcomb 20f730302b
Merge pull request #282 from Sean-Holcomb/sth/kcm-4114
Add ability to configure resolution for prometheus
2025-06-30 10:46:36 -07:00
.github Bump OC to 1.115.0 (#277) 2025-06-04 20:09:01 +05:30
charts Merge commit '0e5a10113d84bc42eb589fe39e0a446ae04a88ef' into sth/kcm-4114 2025-06-30 10:41:28 -07:00
.gitignore Openshift Security Context Constraints and updated ClusterRole with access to internal prometheus. (#267) 2025-04-21 15:05:36 +05:30
LICENSE Initial commit 2022-12-13 16:49:32 +11:00
README.md (doc) update readme to easily install unittest (#284) 2025-06-29 23:39:13 +05:30
artifacthub-repo.yml feat(artifacthub): push artifacthub-repo.yml file to oci repository (#216) 2024-07-29 16:49:22 -05:00

README.md

OpenCost Helm Chart

License Chart Publish Releases downloads Artifact HUB

Maintainers

Name
@jessegoodier
@mittal-ishaan
@toscott
@brito-rafa

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add opencost https://opencost.github.io/opencost-helm-chart

See the Chart Documentation for chart install instructions.

Testing

Testing 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:

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