mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
5 lines
121 B
Bash
Executable file
5 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 .
|