mirror of
https://github.com/pgsty/minio.git
synced 2026-08-05 07:02:04 +03:00
7 lines
178 B
Bash
Executable File
7 lines
178 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
helm package helm/minio -d helm-releases/
|
|
|
|
helm repo index --merge index.yaml --url https://raw.githubusercontent.com/pgsty/minio/master .
|