mirror of https://github.com/minio/minio.git
6 lines
121 B
Bash
6 lines
121 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
helm package helm/minio -d helm-releases/
|
||
|
|
||
|
helm repo index --merge index.yaml --url https://charts.min.io .
|