mirror of
https://github.com/minio/minio.git
synced 2024-12-25 14:45:54 -05:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
helm package helm/minio -d helm-releases/
|
|
|
|
helm repo index --merge index.yaml --url https://charts.min.io .
|