Skip to content

devops-ia/helm-steampipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steampipe Helm Chart

Steampipe is the zero-ETL solution for getting data directly from APIs and services. This repository enables the deployment of Steampipe on Kubernetes. In addition, there is the possibility to integrate Steampipe with OAuth2 Proxy, to add extra security, such as forwarding requests to an IDP, like Keycloak.

Usage

Charts are available in:

Chart Repository

Add repository

helm repo add steampipe https://devops-ia.github.io/helm-steampipe
helm repo update

Install Helm chart

helm install [RELEASE_NAME] steampipe/steampipe

This install all the Kubernetes components associated with the chart and creates the release.

See helm install for command documentation.

OCI Registry

Charts are also available in OCI format. The list of available charts can be found here.

Install Helm chart

helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-steampipe/steampipe --version=[version]

Steampipe chart

Can be found in steampipe chart.