diff --git a/helm/minio/Chart.yaml b/helm/minio/Chart.yaml index 6ae6f1161..b6650fd6c 100644 --- a/helm/minio/Chart.yaml +++ b/helm/minio/Chart.yaml @@ -1,18 +1,18 @@ apiVersion: v1 description: High Performance Object Storage name: minio -version: 5.4.0 -appVersion: RELEASE.2024-12-18T13-15-44Z +version: 6.0.0 +appVersion: RELEASE.2026-06-18T00-00-00Z keywords: - minio - storage - object-storage - s3 - cluster -home: https://min.io +home: https://silo.pigsty.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png sources: -- https://github.com/minio/minio +- https://github.com/pgsty/minio maintainers: -- name: MinIO, Inc - email: dev@minio.io +- name: Pigsty + url: https://pigsty.io diff --git a/helm/minio/values.yaml b/helm/minio/values.yaml index de293a9ea..72052292f 100644 --- a/helm/minio/values.yaml +++ b/helm/minio/values.yaml @@ -13,19 +13,19 @@ clusterDomain: cluster.local ## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the ## image: - repository: quay.io/minio/minio - tag: RELEASE.2024-12-18T13-15-44Z + repository: pgsty/minio + tag: RELEASE.2026-06-18T00-00-00Z pullPolicy: IfNotPresent imagePullSecrets: [] # - name: "image-pull-secret" -## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio -## client used to create a default bucket). +## Image used by post-install jobs. The pgsty/minio image bundles mcli and +## provides /usr/bin/mc as a compatibility link. ## mcImage: - repository: quay.io/minio/mc - tag: RELEASE.2024-11-21T17-21-54Z + repository: pgsty/minio + tag: RELEASE.2026-06-18T00-00-00Z pullPolicy: IfNotPresent ## minio mode, i.e. standalone or distributed