Skip to content

A repository of personal and utility-focused Helm charts.

Notifications You must be signed in to change notification settings

TimSchoenle/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

223 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

A collection of Helm charts for Kubernetes applications, focusing on utility services and automation tools.

TL;DR

helm repo add timschoenle https://timschoenle.github.io/helm-charts
helm repo update
helm search repo timschoenle
helm install my-release timschoenle/<chart-name>

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.0+

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Add Helm Repository

Once Helm is set up properly, add the repository as follows:

helm repo add timschoenle https://timschoenle.github.io/helm-charts

Update Repository

You can then run helm search repo timschoenle to see the available charts.

helm repo update

Install a Chart

To 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.yaml

Upgrade a Chart

To upgrade an existing release:

helm upgrade my-release timschoenle/<chart-name>

Uninstall a Chart

To uninstall a chart:

helm uninstall my-release

Available Charts

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

Chart Documentation

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.

Reporting Issues

If you encounter any issues or have feature requests:

  1. Check if the issue already exists in the issue tracker
  2. If not, create a new issue with detailed information
  3. Include Kubernetes and Helm versions
  4. Provide relevant logs and configuration

About

A repository of personal and utility-focused Helm charts.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors