mirror of
https://github.com/pgsty/minio.git
synced 2026-08-12 09:40:28 +03:00
3699d24312
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
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 .
|