helm-charts

obervinov’s helm-charts

This repository contains helm charts for all occasions.

This is a helm-registry for storing my helm-packages.

pages-build-deployment Checks and Build Helm-Charts Bundle Create GitHub Release

GitHub Actions

| Name | Version | | ———————— | ———– | | GitHub Actions Templates | v1.2.9 |

List of helm charts available for installation

Chart name Sources
Helm Index https://obervinov.github.io/helm-charts/index.yaml
Prometheus Operators https://github.com/obervinov/helm-charts/tree/main/src/promoperators
Gitlab Runners https://github.com/obervinov/helm-charts/tree/main/src/gitlab-runners
K8s Haproxy https://github.com/obervinov/helm-charts/tree/main/src/k8s-haproxy
Jaeger Stack https://github.com/obervinov/helm-charts/tree/main/src/jaeger-stack
Universal Template https://github.com/obervinov/helm-charts/tree/main/src/universal-template
Kibana https://github.com/obervinov/helm-charts/tree/main/src/kibana
Terraform Operator CRDs https://github.com/obervinov/helm-charts/tree/main/src/terraform-operator-crds
WireGuard Operator https://github.com/obervinov/helm-charts/tree/main/src/wireguard-operator
WireGuard Operator CRDs https://github.com/obervinov/helm-charts/tree/main/src/wireguard-operator-crds

How to add a repository to yourself and set a chart

Simple registry

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

OCI registry

helm repo add obervinov oci://ghcr.io/obervinov/helm-charts

Install a chart

helm repo update
helm search repo obervinov
helm install my-release obervinov/<chart-name>