https://github.com/devops-ia/helm-openaev
Helm chart for Exposure Validation to Improve Security Posture
https://github.com/devops-ia/helm-openaev
charts cyber cybersecurity helm intelligence kubernetes openbas osint security threat-intelligence
Last synced: about 1 month ago
JSON representation
Helm chart for Exposure Validation to Improve Security Posture
- Host: GitHub
- URL: https://github.com/devops-ia/helm-openaev
- Owner: devops-ia
- License: mit
- Created: 2024-08-13T07:35:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-30T12:45:23.000Z (about 2 months ago)
- Last Synced: 2026-01-31T05:34:52.999Z (about 2 months ago)
- Topics: charts, cyber, cybersecurity, helm, intelligence, kubernetes, openbas, osint, security, threat-intelligence
- Language: Go Template
- Homepage: https://devops-ia.github.io/helm-openbas/
- Size: 346 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# OpenAEV Helm Chart
[OpenAEV](https://github.com/OpenAEV-Platform/openaev) is an open source platform allowing organizations to plan, schedule and conduct cyber adversary simulation campaign and tests.
## Usage
Charts are available in:
* [Chart Repository](https://helm.sh/docs/topics/chart_repository/)
* [OCI Artifacts](https://helm.sh/docs/topics/registries/)
### Chart Repository
#### Add repository
```console
helm repo add openaev https://devops-ia.github.io/helm-openaev
helm repo update
```
#### Install Helm chart
```console
helm install [RELEASE_NAME] openaev/openaev
```
This install all the Kubernetes components associated with the chart and creates the release.
_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._
### OCI Registry
Charts are also available in OCI format. The list of available charts can be found [here](https://github.com/devops-ia/helm-openaev/pkgs/container/helm-openaev%2Fopenaev).
#### Install Helm chart
```console
helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-openaev/openaev --version=[version]
```
## OpenAEV chart
Can be found in [openaev chart](charts/openaev).