Skip to content

connve/helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm charts for Kubernetes deployments

Usage

Add the Helm repository

helm repo add connve https://helm.connve.com
helm repo update

Install a chart

# Example: Install flowgen
helm install my-flowgen connve/flowgen \
  --namespace flowgen \
  --create-namespace \
  -f values.yaml

Install from local chart (for development)

# Example: Install flowgen from local chart
helm install my-flowgen ./charts/flowgen \
  --namespace flowgen \
  --create-namespace \
  -f values.yaml

Available Charts

Configuration

Each chart has its own values.yaml file with configurable options. See the individual chart directories for details:

Development

Testing chart changes locally

# Lint a chart
helm lint charts/flowgen

# Dry-run template generation
helm template my-release charts/flowgen -f your-values.yaml

# Install locally for testing
helm install my-release charts/flowgen \
  --namespace flowgen \
  --create-namespace \
  --dry-run --debug

Package a chart

helm package charts/flowgen

About

Helm charts for Kubernetes deployments

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages