update helm to v3.6.2

This commit is contained in:
Minio Trusted
2022-03-17 11:30:55 -07:00
parent c1760fb764
commit f58692abb7
4 changed files with 75 additions and 53 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v1
description: Multi-Cloud Object Storage
name: minio
version: 3.6.1
appVersion: RELEASE.2022-03-14T18-25-24Z
version: 3.6.2
appVersion: RELEASE.2022-03-17T06-34-49Z
keywords:
- minio
- storage

View File

@@ -14,7 +14,7 @@ clusterDomain: cluster.local
##
image:
repository: quay.io/minio/minio
tag: RELEASE.2022-03-14T18-25-24Z
tag: RELEASE.2022-03-17T06-34-49Z
pullPolicy: IfNotPresent
imagePullSecrets: []
@@ -25,7 +25,7 @@ imagePullSecrets: []
##
mcImage:
repository: quay.io/minio/mc
tag: RELEASE.2022-03-13T22-34-00Z
tag: RELEASE.2022-03-17T07-21-29Z
pullPolicy: IfNotPresent
## minio mode, i.e. standalone or distributed or gateway.