https://github.com/moreh-dev/helm-charts
Helm Chart Repository
https://github.com/moreh-dev/helm-charts
helm
Last synced: about 2 months ago
JSON representation
Helm Chart Repository
- Host: GitHub
- URL: https://github.com/moreh-dev/helm-charts
- Owner: moreh-dev
- Created: 2024-05-21T03:24:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T01:57:08.000Z (2 months ago)
- Last Synced: 2026-01-20T08:58:20.395Z (2 months ago)
- Topics: helm
- Language: Makefile
- Homepage: https://moreh-dev.github.io/helm-charts/
- Size: 16.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Helm Chart
```shell
helm repo add moreh https://moreh-dev.github.io/helm-charts
```
```shell
helm repo update moreh
```
```shell
helm search repo moreh
```
## Register a chart
Get the compressed chart from the repository or chart directory of your choice.
```shell
helm pull / --version
```
```shell
helm pull --repo --version
```
```shell
helm pull --version
```
```shell
helm package
```
Move the compressed chart to the `charts` directory.
```shell
mv -.tgz ./charts
```
Update the `index.yaml` file.
```shell
make index
```