point helm releases to quay.io

This commit is contained in:
Harshavardhana
2021-09-01 18:47:43 -07:00
parent f422f09dff
commit 0838732df3
5 changed files with 35 additions and 13 deletions

View File

@@ -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

View File

@@ -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