Skip to content

glassflow/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glassflow Helm Charts

This repository contains the official Helm charts for Glassflow components.

Charts

Chart Description
glassflow-etl Glassflow ETL component for deduplication and joins of kafka streams to clickhouse

Usage

Add the Helm Repository

helm repo add glassflow https://glassflow.github.io/charts
helm repo update

Install the Chart

# Install glassflow-etl (this will also install NATS and glassflow-operator charts)
helm install glassflow glassflow/glassflow-etl --create-namespace --namespace glassflow

This installs the GlassFlow Helm chart into the glassflow namespace. The --create-namespace flag ensures the namespace is created if it doesn’t already exist.

List Available Charts

helm search repo glassflow

The output should be like:

NAME                   	CHART VERSION	APP VERSION	DESCRIPTION                
glassflow/glassflow-etl	0.1.1        	1.1.12     	A Helm chart for Kubernetes

Development

Prerequisites

Local Development

  1. Clone the repository:
git clone https://github.com/glassflow/charts.git
cd charts
  1. Add dependencies:
helm dependency update charts/glassflow-etl
  1. Test the chart:
helm lint charts/glassflow-etl
helm template my-etl charts/glassflow-etl

Contributing

We welcome contributions to our Helm charts. Please see our contributing guide for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages