Helm Charts Repository

This repository hosts a collection of Helm charts for various applications. Helm is a package manager for Kubernetes, and these charts provide a way to deploy configurable, out-of-the-box applications onto a Kubernetes cluster.

The charts in this repository are maintained and versioned using GitHub Actions, which automatically packages and releases updated charts.

Please refer to the individual sections below for information on how to use, debug, and release the charts.

Table of Contents

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add silte https://charts.silte.fi

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo silte to see the charts.

Nodejs Chart example

Installing the Chart

helm install my-nodejs silte/nodejs

Uninstalling the Chart

helm delete my-nodejs