https://github.com/duksh/openops-helm-chart
Helm chart for deploying OpenOps FinOps automation platform to Kubernetes environments
https://github.com/duksh/openops-helm-chart
aws azure finops gcp k8s openops
Last synced: 27 days ago
JSON representation
Helm chart for deploying OpenOps FinOps automation platform to Kubernetes environments
- Host: GitHub
- URL: https://github.com/duksh/openops-helm-chart
- Owner: duksh
- License: mit
- Created: 2025-05-06T12:32:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T17:00:26.000Z (about 1 year ago)
- Last Synced: 2025-06-22T06:05:03.803Z (12 months ago)
- Topics: aws, azure, finops, gcp, k8s, openops
- Language: Smarty
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenOps Helm Chart
This repository hosts the Helm chart for deploying OpenOps to Kubernetes clusters.
## What is OpenOps?
OpenOps is a No-Code FinOps automation platform that provides customizable workflows to automate various FinOps processes, such as cost optimization, budgeting, forecasting, allocation, and tagging. It enables collaboration between FinOps teams and stakeholders like engineers, DevOps, finance, and leadership.
## Usage
Add the Helm repository:
```bash
helm repo add openops https://duksh.github.io/openops-helm-chart
helm repo update
```
Install the OpenOps chart:
```bash
helm install my-openops openops/openops -f my-values.yaml
```
## Configuration
See the [values.yaml](./charts/openops/values.yaml) file for configurable parameters and the chart [README](./charts/openops/README.md) for detailed documentation.
## Requirements
- Kubernetes 1.19+
- Helm 3.2.0+
- PV provisioner support in the underlying infrastructure (if persistence is enabled)
## GitHub Pages and Chart Distribution
This repository uses the [Chart Releaser Action](https://github.com/helm/chart-releaser-action) to automatically package and release Helm charts on GitHub Pages when changes are pushed to the main branch.