Welcome to the Xander-Rudolph Helm Charts repository! Here you’ll find a collection of Helm charts designed to simplify and standardize deployments for various applications and use cases.
- Description: A Helm chart to deploy Grafana with pre-configurations based on folder structures. Perfect for quickly setting up a Grafana instance tailored to your monitoring needs.
- Source Repository: GitHub - Grafana Chart
- Description: A highly flexible and generic Helm chart designed to deploy practically any application or service. It’s a great starting point for custom deployments.
- Source Repository: GitHub - SwissServe Chart
- Description: A starter template designed to streamline project setups with predefined GitHub authentication tokens and other common configurations. Ideal for new projects needing a strong starting point.
- Source Repository: GitHub - Umbrella Chart
- Description: A comprehensive Helm chart that bundles the *arr suite of applications (Sonarr, Radarr, etc.) for managing media in Kubernetes. Simplify your media workflow with this pre-configured solution.
- Source Repository: GitHub - MediaKube Chart
-
Add the Repository
Add this Helm repository to your Helm client:helm repo add xander-rudolph https://xander-rudolph.github.io/helm
-
Search for Charts
List the available charts:helm search repo xander-rudolph
-
Install a Chart
Install a specific chart by running:helm install example-release xander-rudolph/<chart-name>
Replace
<chart-name>with the desired chart (e.g.,grafana,swissserve,umbrella, ormediakube). -
Configuration
Visit the respective chart’s documentation (linked above) for configuration details and examples.
If you encounter any issues or have feature requests, please file them in the respective chart’s source repository.
This format ensures clarity, highlights the purpose of each chart, and makes it easy for users to find and deploy them. Let me know if you’d like additional changes!