An open API service indexing awesome lists of open source software.

https://github.com/fmjstudios/helm

🪖 A collection of MIT-licensed Helm Charts
https://github.com/fmjstudios/helm

helm helm-charts helm-charts-repository kubernetes kubernetes-manifests

Last synced: 3 months ago
JSON representation

🪖 A collection of MIT-licensed Helm Charts

Awesome Lists containing this project

README

        

# Helm Charts Helm Logo

[![License](https://img.shields.io/github/license/fmjstudios/helm?label=License)](https://opensource.org/licenses/MIT)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/fmjstudios)](https://artifacthub.io/packages/search?repo=fmjstudios&sort=relevance)
[![CI Status](https://github.com/fmjstudios/helm/actions/workflows/release.yaml/badge.svg)](https://github.com/fmjstudios/helm/blob/main/.github/workflows/ci-pipeline.yml)
[![Renovate](https://img.shields.io/badge/Renovate-enabled-brightgreen?logo=renovatebot&logoColor=1DDEDD)](https://renovatebot.com/)

A collection of open-source [MIT][license]-licensed [_Helm Charts_][helm] written and maintained by `FMJ Studios` for
use with [Kubernetes][kubernetes] `v1.26` and above. Have a look [at the table below](#-overview) to get a list of the
included charts, their versions and the default container images. The charts are also published
to [ArtifactHub][artifacthub], where they can be found in
the [`fmjstudios`](https://artifacthub.io/packages/search?repo=fmjstudios&sort=relevance) repository. This GitHub
repository relies on the _GNU Make_ build tool to ease the development workflows. The [`Makefile`](Makefile) also
includes `targets` to set up the development environment. Refer to the [CONTRIBUTING.md](docs/CONTRIBUTING.md) for more
information.

## ✨ TL;DR

### Helm Repository Installation

```shell
helm repo add fmjstudios https://fmjstudios.github.io/helm
helm install fmjstudios/
```

### OCI Installation

```shell
helm install oci://ghcr.io/fmjstudios/helm/:
```

## 📖 Overview

| Chart | Current Version | Default Container Images |
|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------:|--------------------------------------------------------|
| [Vaultwarden Vaultwarden Logo][vaultwarden_chart] | 0.2.3 | [vaultwarden/server][vaultwarden_images] |
| [Uptime-Kuma Uptime-Kuma Logo][uptimekuma_chart] | 0.2.2 | [louislam/uptime-kuma][uptime_kuma_images] |
| [Linkwarden Linkwarden Logo][linkwarden_chart] | 0.3.3 | [linkwarden/linkwarden][linkwarden_images] |
| [Gotenberg Gotenberg Logo][gotenberg_chart] | 0.2.2 | [gotenberg/gotenberg][gotenberg_images] |
| [Paperless-NGX Paperless-NGX Logo][paperless_chart] | 0.2.5 | [paperless-ngx/paperless-ngx][paperless_ngx_images] |
| [LinkStack Linkstack Logo][linkstack_chart] | 0.2.2 | [linkstackorg/linkstack][linkstack_images] |
| [ntfy ntfy Logo][ntfy_chart] | 0.2.2 | [binwiederhier/ntfy][ntfy_images] |
| [Cachet Cachet Logo][cachet_chart] | 0.2.2 | [cachethq/docker][cachet_images] |
| [Kubenav Kubenav Logo][kubenav_chart] | 0.1.2 | `None` |
| [GoBackup GoBackup Logo][gobackup_chart] | 0.2.2 | [huacnlee/gobackup][gobackup_images] |
| [Activepieces Activepieces Logo][activepieces_chart] | 0.2.2 | [activepieces/activepieces][activepieces_images] |
| [Popeye Popeye Logo][popeye_chart] | 0.1.2 | [derailed/popeye][popeye_images] |
| [Keycloak Operator Keycloak Logo][keycloak_operator_chart] | 0.1.2 | [keycloak/keycloak-operator][keycloak_operator_images] |

[//]: # '"Stolen" from https://github.com/gabe565/charts/blob/main/README.md because I really liked the look'

### 🔃 Contributing

Refer to our [documentation for contributors](docs/CONTRIBUTING.md) for contributing guidelines, commit message
formats and versioning tips.

### 📥 Maintainers

This project is owned and maintained by [FMJ Studios](https://github.com/fmjstudios) refer to
the [`AUTHORS`](.github/AUTHORS) or [`CODEOWNERS`](.github/CODEOWNERS) for more information. You may also use the linked
contact details to reach out directly.

[gotenberg_chart]: charts/gotenberg
[linkwarden_chart]: charts/linkwarden
[paperless_chart]: charts/paperless-ngx
[uptimekuma_chart]: charts/uptime-kuma
[vaultwarden_chart]: charts/vaultwarden
[linkstack_chart]: charts/linkstack
[ntfy_chart]: charts/ntfy
[cachet_chart]: charts/cachet
[kubenav_chart]: charts/kubenav
[gobackup_chart]: charts/gobackup
[activepieces_chart]: charts/activepieces
[popeye_chart]: charts/popeye
[keycloak_operator_chart]: ./charts/keycloak-operator

[license]: LICENSE

[kubernetes]: https://kubernetes.io
[helm]: https://helm.sh
[artifacthub]: https://artifacthub.io/

[vaultwarden_images]: https://hub.docker.com/r/vaultwarden/server
[uptime_kuma_images]: https://hub.docker.com/r/louislam/uptime-kuma
[linkwarden_images]: https://github.com/linkwarden/linkwarden/pkgs/container/linkwarden
[gotenberg_images]: https://hub.docker.com/r/gotenberg/gotenberg
[paperless_ngx_images]: https://github.com/paperless-ngx/paperless-ngx/pkgs/container/paperless-ngx
[linkstack_images]: https://hub.docker.com/r/linkstackorg/linkstack
[ntfy_images]: https://hub.docker.com/r/binwiederhier/ntfy
[cachet_images]: https://hub.docker.com/r/cachethq/docker
[gobackup_images]: https://hub.docker.com/r/huacnlee/gobackup
[activepieces_images]: https://hub.docker.com/r/activepieces/activepieces
[popeye_images]: https://hub.docker.com/r/derailed/popeye
[keycloak_operator_images]: https://quay.io/repository/keycloak/keycloak-operator