mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-22 18:44:13 +00: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 .
|