mirror of
https://github.com/pgsty/minio.git
synced 2026-08-12 09:40:28 +03:00
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
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
helm package helm/minio -d helm-releases/
|
||||
|
||||
helm repo index --merge index.yaml --url https://charts.min.io .
|
||||
helm repo index --merge index.yaml --url https://raw.githubusercontent.com/pgsty/minio/master .
|
||||
|
||||
Reference in New Issue
Block a user