Skip to content

Collection of Helm Charts developed for personal use.

Notifications You must be signed in to change notification settings

SavePointSam/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SavePointSam/charts

Release Charts Artifact Hub

Collection of charts developed for personal use. Charts follow Bitnami patterns.

TL;DR

$ helm repo add savepointsam https://savepointsam.github.io/charts
$ helm search repo savepointsam
$ helm install my-release savepointsam/<chart>

Before you begin

Prerequisites

  • Kubernetes 1.20+
  • Helm 3.2.0+

Setup a Kubernetes Cluster

For setting up Kubernetes 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.

Add Repo

The following command allows you to download and install all the charts from this repository:

$ helm repo add savepointsam https://savepointsam.github.io/charts

Using Helm

Once you have installed the Helm client, you can deploy a Helm Chart 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:

  • View available charts: helm search repo
  • Install a chart: helm install my-release savepointsam/<package-name>
  • Upgrade your application: helm upgrade

Available Charts

Charts contained in this repo can by found here. Charts can also be browsed on Artifact Hub.