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
- Host: GitHub
- URL: https://github.com/fmjstudios/helm
- Owner: fmjstudios
- License: mit
- Created: 2023-12-14T00:38:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T03:35:50.000Z (11 months ago)
- Last Synced: 2024-07-08T09:05:28.768Z (11 months ago)
- Topics: helm, helm-charts, helm-charts-repository, kubernetes, kubernetes-manifests
- Language: Smarty
- Homepage:
- Size: 794 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Helm Charts
[](https://opensource.org/licenses/MIT)
[](https://artifacthub.io/packages/search?repo=fmjstudios&sort=relevance)
[](https://github.com/fmjstudios/helm/blob/main/.github/workflows/ci-pipeline.yml)
[](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_chart] | 0.2.3 | [vaultwarden/server][vaultwarden_images] |
| [Uptime-Kuma][uptimekuma_chart] | 0.2.2 | [louislam/uptime-kuma][uptime_kuma_images] |
| [Linkwarden][linkwarden_chart] | 0.3.3 | [linkwarden/linkwarden][linkwarden_images] |
| [Gotenberg][gotenberg_chart] | 0.2.2 | [gotenberg/gotenberg][gotenberg_images] |
| [Paperless-NGX][paperless_chart] | 0.2.5 | [paperless-ngx/paperless-ngx][paperless_ngx_images] |
| [LinkStack][linkstack_chart] | 0.2.2 | [linkstackorg/linkstack][linkstack_images] |
| [ntfy][ntfy_chart] | 0.2.2 | [binwiederhier/ntfy][ntfy_images] |
| [Cachet][cachet_chart] | 0.2.2 | [cachethq/docker][cachet_images] |
| [Kubenav][kubenav_chart] | 0.1.2 | `None` |
| [GoBackup][gobackup_chart] | 0.2.2 | [huacnlee/gobackup][gobackup_images] |
| [Activepieces][activepieces_chart] | 0.2.2 | [activepieces/activepieces][activepieces_images] |
| [Popeye][popeye_chart] | 0.1.2 | [derailed/popeye][popeye_images] |
| [Keycloak Operator][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