helm-charts

Artifact Hub

The Obol Charts for Kubernetes

The curated list of Obol helm charts. Every chart is located in a separate folder and has the configuration parameters located in values.yaml file.

TL;DR

$ helm repo add obol https://obolnetwork.github.io/helm-charts
$ helm install my-release obol/<chart-name>

Before you begin

Prerequisites

Setup a Kubernetes Cluster

For setting up Kubernetes on cloud platforms or bare-metal servers refer to the Kubernetes getting started guide.

Install Helm

Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.

To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.

Using Helm

Once you have installed the Helm client, you can deploy a charts located in this repository into a Kubernetes cluster.

Please refer to the Quick Start guide if you wish to get running in just a few commands, otherwise the Using Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.

Useful Helm Client Commands: