Welcome to the official Helm Chart repository for Datenreisende! This repository contains a collection of Helm charts that I use in my HomeLab. These charts are designed to simplify the deployment of various services and applications.
| Chart Name | Version | Type | |————|———|——| | uptime-kuma | 0.1.13 | application |
To add this Helm repository to your local Helm client, you have two options:
You can add the repository using the traditional Helm repository method by running the following command:
helm repo add datenreisende https://datenreisende.github.io/charts
After adding the repository, update your local Helm repo cache:
helm repo update
Alternatively, if you prefer using OCI (Open Container Initiative), you can pull charts from the OCI registry:
oci://ghcr.io/datenreisende/charts/<CHART NAME>
Both methods are supported, and you can choose the one that best fits your needs.
Installing Charts
Once you’ve added the repository or chosen the OCI method, you can install any of the available charts.
For example, to install the my-chart chart using the traditional Helm repository method:
helm install my-release datenreisende/my-chart
Replace my-release with the name you want to give your release, and my-chart with the chart you want to install.
If you’re using the OCI method, you can install a chart as follows:
helm install my-release oci://ghcr.io/datenreisende/charts/my-chart
Again, replace my-release with the name you want to give your release, and my-chart with the chart you want to install.
If you would like to contribute to this repository, feel free to submit a pull request. Contributions in the form of new charts, updates to existing charts, or improvements to the documentation are always welcome!
This repository is licensed under the MIT License. See the LICENSE file for more details.