https://github.com/fmenabe/helm-charts
Helm charts
https://github.com/fmenabe/helm-charts
Last synced: 4 months ago
JSON representation
Helm charts
- Host: GitHub
- URL: https://github.com/fmenabe/helm-charts
- Owner: fmenabe
- License: apache-2.0
- Created: 2023-02-07T18:13:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-05T20:49:58.000Z (10 months ago)
- Last Synced: 2025-09-06T08:53:52.042Z (10 months ago)
- Language: Smarty
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fmenabe Helm charts
## Usage
```
helm install oci://charts.fmena.be/charts/
```
## Third-party charts
* [collabora-online](https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm)
```
git clone https://github.com/CollaboraOnline/online build/collabora-online
cd build/collabora-online/kubernetes/helm
helm package collabora-online/
helm cm-push collabora-online-1.0.0.tgz
```
* [doh-server](https://github.com/satishweb/docker-doh/tree/master/helm)
```
git clone https://github.com/satishweb/docker-doh build/docker-doh
cd build/docker-doh/helm
helm package --version 2.2.3 doh-server/
helm cm-push doh-server-2.2.3.tgz
```
* [piraeus](https://github.com/piraeusdatastore/piraeus-operator/tree/v2/charts/piraeus)
```
git clone --branch v2 https://github.com/piraeusdatastore/piraeus-operator build/piraeus-operator
cd build/piraeus-operator/charts
helm package piraeus
helm cm-push piraeus-.tgz
```