Getting Started

A chart repository containing various charts

  1. Make sure Helm is installed.

  2. You can then add this repository to your local helm configuration as follows:
    $ helm repo add simulatan https://charts.simulatan.me
    $ helm repo update
    
  3. You can then see the charts in our repository in the Charts section of this page or using the following command:
    $ helm search repo simulatan
    

Chart Versioning

Our charts follow the Semantic Versioning Specification. In a nutshell this means that our charts should not have breaking changes unless the major version changes (i.e. 1.x.x to 2.x.x). Every time a change occurs to the license, the readme, chart values files, the chart itself, or the templates contained within; we require that the chart patch version is incremented at the very least.

Charts

Local-path-provisioner

Home | Chart Source | Application Source

Use HostPath for persistent local storage with Kubernetes

$ helm install simulatan/local-path-provisioner --name myrelease --version 0.0.28
Chart Version App Version API Version Release Date
0.0.28 v0.0.28 v1 Tue, 30 Jul 2024 20:45:03 +0000

Wakapi

Home | Chart Source | Application Source

A Helm chart to deploy a self-hosted Wakapi server

$ helm install simulatan/wakapi --name myrelease --version 1.1.1
Chart Version App Version API Version Release Date
1.1.1 2.13.1 v2 Mon, 03 Mar 2025 21:34:16 +0000
1.1.0 2.13.0 v2 Thu, 27 Feb 2025 22:31:19 +0000
1.0.1 2.12.3 v2 Fri, 20 Dec 2024 20:34:28 +0000
1.0.0 2.12.2 v2 Mon, 11 Nov 2024 08:33:53 +0000