Files
minio/helm-reindex.sh
T
Feng Ruohang 3699d24312 helm: harden Silo chart delivery (#44)
Pin the maintained Silo image by digest, publish chart 5.5.0, add Kind/S3 smoke coverage, and define the direct-chart versus operator maintenance boundary.

Closes #1
Closes #5
2026-07-28 11:30:56 +08:00

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 .