mirror of
https://github.com/lukaszraczylo/helm-charts.git
synced 2026-06-06 23:23:48 +00:00
34 lines
881 B
Markdown
34 lines
881 B
Markdown
## Helm Charts for Kubernetes
|
|
|
|
This repository contains Helm charts for Kubernetes.
|
|
|
|
## Installation
|
|
|
|
Add the repository to Helm:
|
|
|
|
```bash
|
|
helm repo add raczylo https://lukaszraczylo.github.io/helm-charts/
|
|
helm repo update
|
|
```
|
|
|
|
## List available charts
|
|
|
|
```bash
|
|
helm search repo raczylo
|
|
```
|
|
|
|
## Chart installation
|
|
|
|
```
|
|
helm install <chart-name> raczylo/<chart-name>
|
|
```
|
|
|
|
## Currently available charts
|
|
|
|
| Chart | Description |
|
|
| ----- | ----------- |
|
|
| [jobs-manager](https://github.com/lukaszraczylo/jobs-manager-operator) | Kubernetes Operator for managing and scheduling Jobs |
|
|
| [kube-images-sync](https://github.com/lukaszraczylo/kubernetes-images-sync-operator) | Kubernetes Operator for storing images pre-impex |
|
|
| [kubemirror](https://github.com/lukaszraczylo/kubemirror) | Kubernetes Operator for mirroring Kubernetes resources across namespaces |
|
|
| ----- | ----------- |
|