helm: default to the pgsty/minio image

Use the maintained Silo image for both the server and post-install mc jobs. The image bundles mcli with an mc compatibility link.

Bump the chart major version because changing the default registry can affect admission and pull policies. Keep Helm repository packaging and indexes outside this source-chart change.
This commit is contained in:
Feng Ruohang
2026-07-29 10:32:50 +08:00
parent d495d30d57
commit ce01ccbdc1
2 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -1,18 +1,18 @@
apiVersion: v1 apiVersion: v1
description: High Performance Object Storage description: High Performance Object Storage
name: minio name: minio
version: 5.4.0 version: 6.0.0
appVersion: RELEASE.2024-12-18T13-15-44Z appVersion: RELEASE.2026-06-18T00-00-00Z
keywords: keywords:
- minio - minio
- storage - storage
- object-storage - object-storage
- s3 - s3
- cluster - cluster
home: https://min.io home: https://silo.pigsty.io
icon: https://min.io/resources/img/logo/MINIO_wordmark.png icon: https://min.io/resources/img/logo/MINIO_wordmark.png
sources: sources:
- https://github.com/minio/minio - https://github.com/pgsty/minio
maintainers: maintainers:
- name: MinIO, Inc - name: Pigsty
email: dev@minio.io url: https://pigsty.io
+6 -6
View File
@@ -13,19 +13,19 @@ clusterDomain: cluster.local
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the ## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
## ##
image: image:
repository: quay.io/minio/minio repository: pgsty/minio
tag: RELEASE.2024-12-18T13-15-44Z tag: RELEASE.2026-06-18T00-00-00Z
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []
# - name: "image-pull-secret" # - name: "image-pull-secret"
## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio ## Image used by post-install jobs. The pgsty/minio image bundles mcli and
## client used to create a default bucket). ## provides /usr/bin/mc as a compatibility link.
## ##
mcImage: mcImage:
repository: quay.io/minio/mc repository: pgsty/minio
tag: RELEASE.2024-11-21T17-21-54Z tag: RELEASE.2026-06-18T00-00-00Z
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## minio mode, i.e. standalone or distributed ## minio mode, i.e. standalone or distributed