Skip to content

Commit

Permalink
update helm to v3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Apr 17, 2022
1 parent 54a7eba commit 520e0fd
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 57 deletions.
Binary file added helm-releases/minio-3.6.6.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/minio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Multi-Cloud Object Storage
name: minio
version: 3.6.5
appVersion: RELEASE.2022-04-12T06-55-35Z
version: 3.6.6
appVersion: RELEASE.2022-04-16T04-26-02Z
keywords:
- minio
- storage
Expand Down
4 changes: 2 additions & 2 deletions helm/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clusterDomain: cluster.local
##
image:
repository: quay.io/minio/minio
tag: RELEASE.2022-04-09T15-09-52Z
tag: RELEASE.2022-04-16T04-26-02Z
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand All @@ -25,7 +25,7 @@ imagePullSecrets: []
##
mcImage:
repository: quay.io/minio/mc
tag: RELEASE.2022-04-07T21-43-27Z
tag: RELEASE.2022-04-16T21-11-21Z
pullPolicy: IfNotPresent

## minio mode, i.e. standalone or distributed or gateway.
Expand Down
Loading

0 comments on commit 520e0fd

Please sign in to comment.