mirror of
https://github.com/minio/minio.git
synced 2025-03-20 04:24:19 -04: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 .
|