A collection of Helm charts for Kubernetes applications, focusing on utility services and automation tools.
helm repo add timschoenle https://timschoenle.github.io/helm-charts
helm repo update
helm search repo timschoenle
helm install my-release timschoenle/<chart-name>- Kubernetes 1.19+
- Helm 3.0+
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repository as follows:
helm repo add timschoenle https://timschoenle.github.io/helm-chartsYou can then run helm search repo timschoenle to see the available charts.
helm repo updateTo install a chart from this repository:
helm install my-release timschoenle/<chart-name>To install with custom values:
helm install my-release timschoenle/<chart-name> -f values.yamlTo upgrade an existing release:
helm upgrade my-release timschoenle/<chart-name>To uninstall a chart:
helm uninstall my-release| Chart | Description | Chart Version |
|---|---|---|
| cloudflare-access-webhook-redirect | Middleware service that authenticates requests using Cloudflare Access tokens before forwarding them to target services | Check Chart.yaml |
| netcup-offer-bot | Automated bot for monitoring and processing Netcup offers | Check Chart.yaml |
| s3-bucket-perma-link | Service for generating and managing permanent links to S3 bucket objects | Check Chart.yaml |
| portfolio | Personal portfolio website | Check Chart.yaml |
For detailed documentation on each chart, including configuration options and examples, please refer to the individual chart's README:
# View chart README
helm show readme timschoenle/<chart-name>
# View all available values
helm show values timschoenle/<chart-name>
# View chart information
helm show chart timschoenle/<chart-name>You can also browse the documentation for each chart in the charts directory.
If you encounter any issues or have feature requests:
- Check if the issue already exists in the issue tracker
- If not, create a new issue with detailed information
- Include Kubernetes and Helm versions
- Provide relevant logs and configuration