update helm to v1.0.1

This commit is contained in:
Harshavardhana 2021-08-20 15:32:29 -07:00
parent 00aa9841b7
commit 16f7c64a9f
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
description: High Performance, Kubernetes Native Object Storage description: High Performance, Kubernetes Native Object Storage
name: minio name: minio
version: 1.0.0 version: 1.0.1
appVersion: RELEASE.2021-08-17T20-53-08Z appVersion: RELEASE.2021-08-20T18-32-01Z
keywords: keywords:
- storage - storage
- object-storage - object-storage

View File

@ -14,7 +14,7 @@ clusterDomain: cluster.local
## ##
image: image:
repository: minio/minio repository: minio/minio
tag: RELEASE.2021-08-17T20-53-08Z tag: RELEASE.2021-08-20T18-32-01Z
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []