pchanvallon / conduktor-public-charts

Conduktor Helm Chart Repository

Home Page:https://helm.conduktor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official repository for Conduktor Helm Charts

Explore the docs »

Report Bug · Request Feature

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+

Charts

Usage

$ helm repo add conduktor https://helm.conduktor.io
$ helm repo update

For guides and advanced help, please refer to our documentation, or to our charts README.

(back to top)

Development setup

Requirements:

You can have a working cluster on your local machine with docker and k3d, use the Makefile target k3d-up to start a cluster with nginx and a postgresql database running.

$ make helm-deps
$ make k3d-up

Postgresql credentials:

host: postgresql.conduktor
port: 5432
username: postgres
password: conduktor
name: conduktor

Run chart tests

You need to have chart-testing installed and a running kubernetes cluster.

# Update helm dependencies
make helm-deps
# Create local K3D cluster for test and local dev (require k3d, helm and kubectl)
make k3d-up
# Run Chart-testing tests on chart that contain changes (require chart-testing and helm)
make test-chart
# Delete K3D cluster
make k3d-down

(back to top)

About

Conduktor Helm Chart Repository

https://helm.conduktor.io

License:Apache License 2.0


Languages

Language:Smarty 55.7%Language:Makefile 26.6%Language:Mustache 11.0%Language:Shell 6.6%