mirror of
https://github.com/pgsty/minio.git
synced 2026-03-12 06:06:45 +01: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 .
|