mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -05:00
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 .
|