https://github.com/cetic/helm-charts
Kubernetes Helm charts by @cetic
https://github.com/cetic/helm-charts
helm helm-charts kubernetes repository
Last synced: 4 months ago
JSON representation
Kubernetes Helm charts by @cetic
- Host: GitHub
- URL: https://github.com/cetic/helm-charts
- Owner: cetic
- License: apache-2.0
- Created: 2019-05-31T10:15:14.000Z (about 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-02-12T14:25:50.000Z (over 2 years ago)
- Last Synced: 2024-04-13T09:20:24.468Z (about 2 years ago)
- Topics: helm, helm-charts, kubernetes, repository
- Size: 32.3 MB
- Stars: 10
- Watchers: 12
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes Helm charts by [@cetic](https://cetic.be)
This is a [Helm](https://helm.sh) charts repository for Kubernetes made by [@cetic](https://cetic.be).
### Add Helm repository
To install the [cetic](https://cetic.be) repo just run:
```bash
helm repo add cetic https://cetic.github.io/helm-charts
helm repo update
```
### Helm Charts
* [tsaas](https://github.com/cetic/helm-tsimulus-saas)
```bash
helm install your-release-name cetic/tsaas
```
* [mlflow](https://github.com/cetic/helm-mlflow)
```bash
helm install your-release-name cetic/mlflow
```
* [microservice](https://github.com/cetic/helm-microservice)
```bash
helm install your-release-name cetic/microservice
```
* [job](https://github.com/cetic/helm-job)
```bash
helm install your-release-name cetic/job
```
### License
[Apache License 2.0](/LICENSE)