/helm-charts

Applications provided by AstroKube for Kubernetes using Helm.

Primary LanguageSmarty

AstroKube Helm Charts

Applications provided by AstroKube for Kubernetes using Helm and packaged as Charts.

Requirements

You need to have Helm installed. Refer to the Helm installation guide.

Add the repository

Add this repository to your Helm installation:

$ helm repo add astrokube https://astrokube.github.io/helm-charts

Search applications

List all available application with AstroKube repository:

$ helm search repo astrokube

Install application

Install an application:

$ helm install my-release astrokube/<chart>

Example installing factorio chart:

$ helm install factorio astrokube/factorio