https://github.com/yobasystems/helm-charts
Helm Charts for Yoba Systems
https://github.com/yobasystems/helm-charts
helm helm-chart helm-charts helm-deployment
Last synced: 4 months ago
JSON representation
Helm Charts for Yoba Systems
- Host: GitHub
- URL: https://github.com/yobasystems/helm-charts
- Owner: yobasystems
- Created: 2025-05-17T19:15:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-29T16:55:48.000Z (12 months ago)
- Last Synced: 2025-10-09T21:17:38.215Z (8 months ago)
- Topics: helm, helm-chart, helm-charts, helm-deployment
- Language: Smarty
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm Charts for Yoba Systems
This repository contains Helm charts for Yoba Systems.
## Charts
- `yobasystems/mariadb`
- `yobasystems/nginx`
- `yobasystems/redis`
- `yobasystems/wordpress`
- `yobasystems/postgresql`
- `yobasystems/caddy`
- `yobasystems/prestashop`
- `yobasystems/ghost`
## Usage
Add the helm chart repo & update
```bash
helm repo add yobasystems https://helm-charts.yoba.systems
helm repo update
```
Install a chart
```bash
helm install my-mariadb yobasystems/mariadb
```
## Development
### Updating the repo package
```bash
helm package mariadb
helm package nginx
helm package postgresql
```
### Updating the repo index
```bash
helm repo index . --url https://helm-charts.yoba.systems
```
## More info
- [mariadb](mariadb/README.md)
- [nginx](nginx/README.md)
- [redis](redis/README.md)
- [wordpress](wordpress/README.md)
- [postgresql](postgresql/README.md)
- [caddy](caddy/README.md)
- [prestashop](prestashop/README.md)
- [ghost](ghost/README.md)