mirror of
https://github.com/minio/minio.git
synced 2025-11-24 19:46:16 -05:00
point helm releases to quay.io
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Multi-Cloud Object Storage
|
||||
name: minio
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
appVersion: RELEASE.2021-08-31T05-46-54Z
|
||||
keywords:
|
||||
- minio
|
||||
|
||||
@@ -13,7 +13,7 @@ clusterDomain: cluster.local
|
||||
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
||||
##
|
||||
image:
|
||||
repository: minio/minio
|
||||
repository: quay.io/minio/minio
|
||||
tag: RELEASE.2021-08-31T05-46-54Z
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -24,7 +24,7 @@ imagePullSecrets: []
|
||||
## client used to create a default bucket).
|
||||
##
|
||||
mcImage:
|
||||
repository: minio/mc
|
||||
repository: quay.io/minio/mc
|
||||
tag: RELEASE.2021-07-27T06-46-19Z
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user